mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 01:10:34 +00:00
488b6825c5
Reviewed By: mzlee Differential Revision: D6934651 fbshipit-source-id: 3cb0c3550ad628e3b5c0bdaec8cde9d5579ea0af
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
{
|
|
"rules": {
|
|
// This folder currently runs through babel and doesn't need to be
|
|
// compatible with node 4
|
|
"comma-dangle": 0,
|
|
|
|
"lint/extra-arrow-initializer": 0,
|
|
"no-alert": 0,
|
|
"no-console-disallow": 0
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|