mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 02:44:56 -06:00
30 lines
No EOL
531 B
Text
30 lines
No EOL
531 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": {
|
|
"react/display-name": 1,
|
|
"react/prop-types": 0
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect",
|
|
"pragma": "React"
|
|
}
|
|
}
|
|
} |