mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 12:25:21 +08:00
22 lines
376 B
Plaintext
22 lines
376 B
Plaintext
{
|
|
"extends": "eslint-config-satya164",
|
|
|
|
"plugins": ["react-native-globals"],
|
|
|
|
"env": {
|
|
"es6": true,
|
|
"react-native-globals/all": true
|
|
},
|
|
|
|
"settings": {
|
|
"import/core-modules": ["react-native-screens"]
|
|
},
|
|
|
|
"rules": {
|
|
"import/named": "off",
|
|
"import/default": "off",
|
|
"import/namespace": "off",
|
|
"react-native/no-inline-styles": "off"
|
|
}
|
|
}
|