mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-11 23:04:42 +00:00
17 lines
275 B
Plaintext
17 lines
275 B
Plaintext
{
|
|
"extends": "eslint-config-satya164",
|
|
|
|
"plugins": ["react-native-globals"],
|
|
|
|
"env": {
|
|
"es6": true,
|
|
"react-native-globals/all": true,
|
|
},
|
|
|
|
"rules": {
|
|
"import/no-unresolved": "off",
|
|
"react/sort-comp": "off",
|
|
"jest/no-disabled-tests": "off",
|
|
}
|
|
}
|