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