Remove the arrow-paren lint rule

It's now in the base lint rules file: https://github.com/matrix-org/matrix-js-sdk/pull/834
This commit is contained in:
David Baker 2019-02-05 13:13:20 +00:00
parent 74d460b4ca
commit 32dbbbe7b1

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