eslint-config-angular-strict 2.3.28 → 2.3.29

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.
Binary file
package/index.js CHANGED
@@ -35,6 +35,7 @@ export default [
35
35
  // Angular ESLint rules
36
36
  '@angular-eslint/component-class-suffix': ['error', { suffixes: ['Component', 'Modal', 'Page'] }],
37
37
  '@angular-eslint/component-max-inline-declarations': 'error',
38
+ '@angular-eslint/computed-must-return': 'error',
38
39
  '@angular-eslint/consistent-component-styles': 'error',
39
40
  '@angular-eslint/contextual-decorator': 'error',
40
41
  '@angular-eslint/contextual-lifecycle': 'error',
@@ -200,6 +201,7 @@ export default [
200
201
  '@angular-eslint/template/no-interpolation-in-attributes': 'error',
201
202
  '@angular-eslint/template/no-negated-async': 'error',
202
203
  '@angular-eslint/template/no-nested-tags': 'error',
204
+ '@angular-eslint/template/no-non-null-assertion': 'error',
203
205
  '@angular-eslint/template/no-positive-tabindex': 'error',
204
206
  '@angular-eslint/template/prefer-at-else': 'error',
205
207
  '@angular-eslint/template/prefer-at-empty': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.3.28",
3
+ "version": "2.3.29",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -35,10 +35,10 @@
35
35
  "test": "cd tests && yarn install && eslint . --format=stylish"
36
36
  },
37
37
  "dependencies": {
38
- "@angular-eslint/builder": "21.2.0",
39
- "@angular-eslint/eslint-plugin": "21.2.0",
40
- "@angular-eslint/eslint-plugin-template": "21.2.0",
41
- "@angular-eslint/template-parser": "21.2.0",
38
+ "@angular-eslint/builder": "21.3.0",
39
+ "@angular-eslint/eslint-plugin": "21.3.0",
40
+ "@angular-eslint/eslint-plugin-template": "21.3.0",
41
+ "@angular-eslint/template-parser": "21.3.0",
42
42
  "@stylistic/eslint-plugin": "5.9.0",
43
43
  "@typescript-eslint/eslint-plugin": "8.56.1",
44
44
  "@typescript-eslint/parser": "8.56.1",