diff --git a/.eslintrc.json b/.eslintrc.json index de83f02..9d7bc6a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -110,7 +110,7 @@ "dot-notation": "warn", "quotes": ["error", "single"], "prettier/prettier": [ - "error", + "warn", { "printWidth": 120, "tabWidth": 2, @@ -121,7 +121,8 @@ "jsxSingleQuote": false, "bracketSpacing": true, "bracketSameLine": false, - "arrowParens": "always" + "arrowParens": "always", + "trailingComma": "es5" } ] },