mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Merge pull request #2572 from matrix-org/dbkr/remove_arrow_paren_linting_rule
Remove the arrow-paren lint rule
This commit is contained in:
commit
94f6f65fac
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user