Skip to content

Commit

Permalink
Namespace custom ESLint rules through eslint-plugin-lint
Browse files Browse the repository at this point in the history
Reviewed By: mzlee

Differential Revision: D6934651

fbshipit-source-id: 3cb0c3550ad628e3b5c0bdaec8cde9d5579ea0af
  • Loading branch information
zertosh authored and facebook-github-bot committed Feb 9, 2018
1 parent e701034 commit 488b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// compatible with node 4
"comma-dangle": 0,

"extra-arrow-initializer": 0,
"lint/extra-arrow-initializer": 0,
"no-alert": 0,
"no-console-disallow": 0
},
Expand Down

0 comments on commit 488b682

Please sign in to comment.