mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
9 lines
198 B
Text
9 lines
198 B
Text
{
|
|
"extends": "../../.eslintrc",
|
|
"parserOptions": {
|
|
"project": "./linter.tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": ["warn", { "ignoreRestArgs": true }]
|
|
}
|
|
}
|