Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eslint-config-eyeo/index.js

Issue 29377779: Issue 3692 - Add arrow-parens ESLint rule (Closed)
Patch Set: Created March 2, 2017, 4:22 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld