diff --git a/.eslintrc.json b/.eslintrc.json index 22ecf09708..58a7835507 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,6 +19,7 @@ "extends": [ "eslint:recommended", "plugin:react/recommended", + "plugin:prettier/recommended", "prettier", "prettier/react" ], @@ -47,6 +48,7 @@ "no-case-declarations": "error", "no-mixed-spaces-and-tabs": "error", "no-useless-escape": "error", + "prettier/prettier": "warn", "react/jsx-no-undef": "error", "react/jsx-no-bind": [ "error",