eslint-config-angular-strict 2.2.58 → 2.2.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -168,6 +168,8 @@ export default [
168
168
  '@angular-eslint/template/prefer-contextual-for-variables': 'error',
169
169
  '@angular-eslint/template/prefer-control-flow': 'error',
170
170
  '@angular-eslint/template/prefer-self-closing-tags': 'error',
171
+ '@angular-eslint/template/prefer-static-string-properties': 'error',
172
+ '@angular-eslint/template/prefer-template-literal': 'error',
171
173
  '@angular-eslint/template/role-has-required-aria': 'error',
172
174
  '@angular-eslint/template/table-scope': 'error',
173
175
  '@angular-eslint/template/use-track-by-function': ['error', { alias: ['ngForTrackByIndex', 'ngForTrackByProperty'] }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.58",
3
+ "version": "2.2.60",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",