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