mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
Disable extra-arrow-initializer
rule in node directories
Reviewed By: bestander Differential Revision: D3929929 fbshipit-source-id: a78e22104a5ac593d7f396907cb0252d1629870c
This commit is contained in:
parent
95b1fc42b7
commit
ba8066d7f3
5
local-cli/.eslintrc
Normal file
5
local-cli/.eslintrc
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"rules": {
|
||||
"extra-arrow-initializer": 0
|
||||
}
|
||||
}
|
5
packager/.eslintrc
Normal file
5
packager/.eslintrc
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"rules": {
|
||||
"extra-arrow-initializer": 0
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user