mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
d2505e7615
Summary: `no-alert` doesn’t play nice with flow type spreads. We don’t need it for node, anyway. Reviewed By: jeanlauliac Differential Revision: D4993096 fbshipit-source-id: 95785843d3263520c063a43864c8053cbaa5083d
11 lines
136 B
Plaintext
11 lines
136 B
Plaintext
{
|
|
"rules": {
|
|
"extra-arrow-initializer": 0,
|
|
"no-alert": 0,
|
|
"no-console-disallow": 0
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|