Lint HTML files

This commit is contained in:
Benjamin Bädorf
2021-12-21 16:23:16 +01:00
committed by Oliver Günther
parent 409900411e
commit eba369027c
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ on:
- dev
- release/*
paths:
- '**.html'
- '**.js'
- '**.ts'
+1
View File
@@ -144,6 +144,7 @@ module.exports = {
* Any template/HTML related rules you wish to use/reconfigure over and above the
* recommended set provided by the @angular-eslint project would go here.
*/
"@angular-eslint/template/no-call-expression": 2,
}
},
{
+1
View File
@@ -151,6 +151,7 @@
"test:watch": "ng test --watch=true",
"lint": "esprint check",
"lint:fix": "esprint check --fix",
"lint:eslint": "eslint",
"generate-typings": "tsc -d -p src/tsconfig.app.json"
}
}