2016-01-31 20:35:18 -07:00
|
|
|
{
|
2023-10-07 04:56:35 -06:00
|
|
|
"plugins": ["@typescript-eslint"],
|
2023-10-06 10:39:14 -06:00
|
|
|
"extends": [
|
|
|
|
"@react-native",
|
|
|
|
"eslint:recommended",
|
2023-10-07 04:56:35 -06:00
|
|
|
"plugin:react/recommended",
|
|
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
|
|
"plugin:@typescript-eslint/recommended"
|
2023-10-06 10:39:14 -06:00
|
|
|
],
|
2024-04-05 02:35:57 -06:00
|
|
|
"rules": {
|
|
|
|
"no-trailing-spaces": 1
|
|
|
|
},
|
2023-10-06 10:39:14 -06:00
|
|
|
"parserOptions": {
|
|
|
|
"requireConfigFile": false
|
|
|
|
}
|
2023-10-07 04:56:35 -06:00
|
|
|
}
|