9 lines
228 B
JSON
Executable file
9 lines
228 B
JSON
Executable file
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": ["@angular-eslint/template"],
|
|
"processor": "@angular-eslint/template/extract-inline-html"
|
|
}
|