Skip to content

Commit

Permalink
disable arrow-parens
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed May 11, 2021
1 parent c5f1bd2 commit 9874e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -257,7 +257,7 @@ const stylisticIssues = {
// https://eslint.org/docs/rules/#ecmascript-6
const ecmaScript6 = {
"arrow-body-style": ["error", "as-needed"],
"arrow-parens": ["error", "as-needed"],
// prettier: "arrow-parens": ["error", "as-needed"],
// prettier: "arrow-spacing": "off",
"constructor-super": "error",
// prettier: "generator-star-spacing": "off",
Expand Down

0 comments on commit 9874e52

Please sign in to comment.