mirror of
https://github.com/standardnotes/server
synced 2026-07-12 11:01:55 -04:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
{
|
|
"extends": "../../.eslintrc",
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": "./linter.tsconfig.json"
|
|
}
|
|
}
|