From 91a3cf4cdd6ff12a249851003b22ba9ce7a131d1 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:45:42 +0900 Subject: [PATCH] chore: change prettier to plugin:prettier/recommended (#366) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6eb7d7655..c13323208 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,7 @@ "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "plugin:jest/recommended", - "prettier", + "plugin:prettier/recommended", "prettier/@typescript-eslint" ], "plugins": ["@typescript-eslint"],