mirror of https://github.com/vector-im/riot-web
Merge pull request #2572 from matrix-org/dbkr/remove_arrow_paren_linting_rule
Remove the arrow-paren lint rulepull/21833/head
commit
94f6f65fac
|
@ -97,7 +97,6 @@ module.exports = {
|
||||||
"new-cap": ["warn"],
|
"new-cap": ["warn"],
|
||||||
"key-spacing": ["warn"],
|
"key-spacing": ["warn"],
|
||||||
"prefer-const": ["warn"],
|
"prefer-const": ["warn"],
|
||||||
"arrow-parens": "off",
|
|
||||||
|
|
||||||
// crashes currently: https://github.com/eslint/eslint/issues/6274
|
// crashes currently: https://github.com/eslint/eslint/issues/6274
|
||||||
"generator-star-spacing": "off",
|
"generator-star-spacing": "off",
|
||||||
|
|
Loading…
Reference in New Issue