eslint-config-angular-strict 2.2.59 → 2.2.61

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
@@ -137,6 +137,7 @@ export default [
137
137
  'unicorn/no-useless-promise-resolve-reject': 'off',
138
138
  'unicorn/prefer-top-level-await': 'off',
139
139
  'unicorn/switch-case-braces': 'off',
140
+ 'unicorn/template-indent': 'off',
140
141
  },
141
142
  },
142
143
 
@@ -169,6 +170,7 @@ export default [
169
170
  '@angular-eslint/template/prefer-control-flow': 'error',
170
171
  '@angular-eslint/template/prefer-self-closing-tags': 'error',
171
172
  '@angular-eslint/template/prefer-static-string-properties': 'error',
173
+ '@angular-eslint/template/prefer-template-literal': 'error',
172
174
  '@angular-eslint/template/role-has-required-aria': 'error',
173
175
  '@angular-eslint/template/table-scope': 'error',
174
176
  '@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.59",
3
+ "version": "2.2.61",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",