mirror of https://github.com/status-im/metro.git
Add `"node"` env to packager `.eslintrc`
Reviewed By: cpojer Differential Revision: D5094630 fbshipit-source-id: 6ecb97da78d6cd5b7f61d1b2073d31309ded0932
This commit is contained in:
parent
2b4d417488
commit
7cafb53b7b
|
@ -3,5 +3,8 @@
|
||||||
"extra-arrow-initializer": 0,
|
"extra-arrow-initializer": 0,
|
||||||
"no-alert": 0,
|
"no-alert": 0,
|
||||||
"no-console-disallow": 0
|
"no-console-disallow": 0
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"node": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue