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

9 lines
212 B
JSON
Executable file

{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": ["@typescript-eslint", "@angular-eslint"]
}