From 32dbbbe7b1d9de5f3b7d66dca91a59e76e151310 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 5 Feb 2019 13:13:20 +0000 Subject: [PATCH] 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 --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index ec48f6b2ff..fae41ec159 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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",