Add `"node"` env to packager `.eslintrc`

Reviewed By: cpojer

Differential Revision: D5094630

fbshipit-source-id: 6ecb97da78d6cd5b7f61d1b2073d31309ded0932
This commit is contained in:
David Aurelio 2017-05-19 07:26:20 -07:00 committed by Facebook Github Bot
parent 2b4d417488
commit 7cafb53b7b
1 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,8 @@
"extra-arrow-initializer": 0,
"no-alert": 0,
"no-console-disallow": 0
},
"env": {
"node": true
}
}