Skip to content

Commit 488b682

Browse files
zertoshfacebook-github-bot
authored andcommittedFeb 9, 2018
Namespace custom ESLint rules through eslint-plugin-lint
Reviewed By: mzlee Differential Revision: D6934651 fbshipit-source-id: 3cb0c3550ad628e3b5c0bdaec8cde9d5579ea0af
1 parent e701034 commit 488b682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎local-cli/.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// compatible with node 4
55
"comma-dangle": 0,
66

7-
"extra-arrow-initializer": 0,
7+
"lint/extra-arrow-initializer": 0,
88
"no-alert": 0,
99
"no-console-disallow": 0
1010
},

0 commit comments

Comments
 (0)
Please sign in to comment.