Disable `extra-arrow-initializer` rule in node directories

Reviewed By: bestander

Differential Revision: D3929929

fbshipit-source-id: a78e22104a5ac593d7f396907cb0252d1629870c
This commit is contained in:
David Aurelio 2016-09-27 13:39:44 -07:00 committed by Facebook Github Bot 9
parent 95b1fc42b7
commit ba8066d7f3
2 changed files with 10 additions and 0 deletions

5
local-cli/.eslintrc Normal file
View File

@ -0,0 +1,5 @@
{
"rules": {
"extra-arrow-initializer": 0
}
}

5
packager/.eslintrc Normal file
View File

@ -0,0 +1,5 @@
{
"rules": {
"extra-arrow-initializer": 0
}
}