projecte_ionic/node_modules/@angular-eslint/eslint-plugin-template/dist/configs/process-inline-templates.json
2022-02-09 18:30:03 +01:00

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"
}