Index: eslint-config-eyeo/index.js |
diff --git a/eslint-config-eyeo/index.js b/eslint-config-eyeo/index.js |
index 279f857bdab7cd5a1cbadf9f46dd825de4d7a7ea..844407777d1f3db3d39f75abe4d32763b82b9f0a 100644 |
--- a/eslint-config-eyeo/index.js |
+++ b/eslint-config-eyeo/index.js |
@@ -26,6 +26,7 @@ module.exports = { |
}, |
rules: { |
"array-bracket-spacing": "error", |
+ "arrow-parens": "error", |
Wladimir Palant
2017/03/02 10:03:29
Going through adblockplus and adblockpluscore repo
|
"arrow-spacing": "error", |
"block-scoped-var": "error", |
"block-spacing": "error", |