9 lines
212 B
JSON
Executable file
9 lines
212 B
JSON
Executable file
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"sourceType": "module",
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"plugins": ["@typescript-eslint", "@angular-eslint"]
|
|
}
|