Namespace custom ESLint rules through eslint-plugin-lint

Reviewed By: mzlee

Differential Revision: D6934651

fbshipit-source-id: 3cb0c3550ad628e3b5c0bdaec8cde9d5579ea0af
This commit is contained in:
Andres Suarez 2018-02-09 10:59:42 -08:00 committed by Facebook Github Bot
parent e7010348d8
commit 488b6825c5
1 changed files with 1 additions and 1 deletions

View File

@ -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
},