react-navigation-stack/.eslintrc

15 lines
208 B
Plaintext
Raw Normal View History

2018-08-03 21:59:12 +00:00
{
"extends": "eslint-config-satya164",
"plugins": ["react-native-globals"],
"env": {
"es6": true,
"react-native-globals/all": true,
},
"rules": {
"import/no-unresolved": "off",
}
}