Skip to content

Commit

Permalink
updat eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
runyasak committed Sep 6, 2023
1 parent 0181e15 commit dad4081
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"overrides": [
{
"files": ["*.ts"],
"extends": ["plugin:prettier/recommended"]
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
"plugin:prettier/recommended"
]
},
{
"files": ["*.html"],
Expand Down

0 comments on commit dad4081

Please sign in to comment.