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