Merge pull request #2572 from matrix-org/dbkr/remove_arrow_paren_linting_rule

Remove the arrow-paren lint rule
This commit is contained in:
David Baker
2019-02-05 13:33:32 +00:00
committed by GitHub

View File

@@ -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",