mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 06:14:55 -06:00
24 lines
No EOL
428 B
Text
24 lines
No EOL
428 B
Text
{
|
|
"parser": "babel-eslint",
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"plugins": [
|
|
"react",
|
|
"react-native"
|
|
],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:react/recommended"
|
|
],
|
|
"globals": {
|
|
"Position": false,
|
|
"navigator": false,
|
|
"__DEV__": true
|
|
},
|
|
"rules": {
|
|
// overrides
|
|
"react/display-name": 1
|
|
}
|
|
} |