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