Lint HTML files

pull/10010/head
Benjamin Bädorf 3 years ago committed by Oliver Günther
parent 409900411e
commit eba369027c
  1. 1
      .github/workflows/eslint-core.yml
  2. 1
      frontend/.eslintrc.js
  3. 1
      frontend/package.json

@ -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"
}
}

Loading…
Cancel
Save