Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2572 from matrix-org/dbkr/remove_arrow_paren_lint…
Browse files Browse the repository at this point in the history
…ing_rule

Remove the arrow-paren lint rule
  • Loading branch information
dbkr authored Feb 5, 2019
2 parents 74d460b + 32dbbbe commit 94f6f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ module.exports = {
"new-cap": ["warn"],
"key-spacing": ["warn"],
"prefer-const": ["warn"],
"arrow-parens": "off",

// crashes currently: https://github.com/eslint/eslint/issues/6274
"generator-star-spacing": "off",
Expand Down

0 comments on commit 94f6f65

Please sign in to comment.