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",
|
2018-08-22 23:23:40 +00:00
|
|
|
"react/sort-comp": "off",
|
|
|
|
"jest/no-disabled-tests": "off",
|
2018-08-03 21:59:12 +00:00
|
|
|
}
|
|
|
|
}
|