This website requires JavaScript.
Explore
Help
Sign In
status-im
/
metro
Watch
2
Star
0
Fork
0
You've already forked metro
mirror of
https://github.com/status-im/metro.git
synced
2025-01-23 01:19:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
metro
/
packages
/
metro-bundler
/
.eslintrc
8 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Unbreak shipit.
2017-05-04 10:29:38 +01:00
{
"rules": {
"extra-arrow-initializer": 0,
disable `no-alert` eslint rule for node code 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
2017-05-03 06:38:39 -07:00
"no-alert": 0,
Unbreak shipit.
2017-05-04 10:29:38 +01:00
"no-console-disallow": 0
}
}
Reference in New Issue
Copy Permalink