mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
24 lines
389 B
Plaintext
24 lines
389 B
Plaintext
{
|
|
"extends": "eslint-config-satya164",
|
|
|
|
"plugins": ["react-native-globals"],
|
|
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
},
|
|
"import/core-modules": ["react-native-screens"]
|
|
},
|
|
|
|
"env": {
|
|
"es6": true,
|
|
"react-native-globals/all": true,
|
|
},
|
|
|
|
"rules": {
|
|
"import/named": "off",
|
|
"react/sort-comp": "off",
|
|
"jest/no-disabled-tests": "off",
|
|
}
|
|
}
|