mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-23 20:10:49 +08:00
23 lines
345 B
Plaintext
23 lines
345 B
Plaintext
{
|
|
"extends": "eslint-config-satya164",
|
|
|
|
"plugins": ["react-native-globals"],
|
|
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
},
|
|
},
|
|
|
|
"env": {
|
|
"es6": true,
|
|
"react-native-globals/all": true,
|
|
},
|
|
|
|
"rules": {
|
|
"import/no-unresolved": "off",
|
|
"react/sort-comp": "off",
|
|
"jest/no-disabled-tests": "off",
|
|
}
|
|
}
|