@monterosa/react-native-elastic-stack
Version:
Elastic stack for React Native
19 lines (18 loc) • 330 B
Plain Text
{
"parser": "babel-eslint",
"extends": [
"airbnb"
],
"rules": {
"global-require": 0,
"no-confusing-arrow": 0,
"no-underscore-dangle": 0,
"no-mixed-operators": 0,
"react/sort-comp": 0,
"react/no-array-index-key": 0,
"react/jsx-filename-extension": 0
},
"plugins": [
"prettier"
]
}