Skip to content

Commit

Permalink
chore: add angular-eslint process-inline-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored and burgerni10 committed Sep 23, 2024
1 parent 81502fa commit e1f41e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/recommended",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
"plugin:prettier/recommended"
],
"rules": {
Expand Down

0 comments on commit e1f41e5

Please sign in to comment.