mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Lint HTML files
This commit is contained in:
committed by
Oliver Günther
parent
409900411e
commit
eba369027c
@@ -5,6 +5,7 @@ on:
|
||||
- dev
|
||||
- release/*
|
||||
paths:
|
||||
- '**.html'
|
||||
- '**.js'
|
||||
- '**.ts'
|
||||
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user