eslint-config-angular-strict 2.2.51 → 2.2.53

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 +4 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -41,7 +41,7 @@ export default [
41
41
  '@angular-eslint/no-async-lifecycle-method': 'error',
42
42
  '@angular-eslint/no-attribute-decorator': 'error',
43
43
  '@angular-eslint/no-conflicting-lifecycle': 'error',
44
- '@angular-eslint/no-duplicates-in-metadata-arrays':'error',
44
+ '@angular-eslint/no-duplicates-in-metadata-arrays': 'error',
45
45
  '@angular-eslint/no-empty-lifecycle-method': 'error',
46
46
  '@angular-eslint/no-forward-ref': 'error',
47
47
  '@angular-eslint/no-input-prefix': ['error', { prefixes: ['on'] }],
@@ -54,9 +54,11 @@ export default [
54
54
  '@angular-eslint/no-outputs-metadata-property': 'error',
55
55
  '@angular-eslint/no-pipe-impure': 'error',
56
56
  '@angular-eslint/no-queries-metadata-property': 'error',
57
+ '@angular-eslint/no-uncalled-signals': 'error',
57
58
  '@angular-eslint/prefer-output-readonly': 'error',
58
59
  '@angular-eslint/prefer-standalone': 'error',
59
60
  '@angular-eslint/relative-url-prefix': 'error',
61
+ '@angular-eslint/require-lifecycle-on-prototype': 'error',
60
62
  '@angular-eslint/sort-lifecycle-methods': 'error',
61
63
  '@angular-eslint/use-component-view-encapsulation': 'error',
62
64
  '@angular-eslint/use-injectable-provided-in': 'error',
@@ -117,7 +119,7 @@ export default [
117
119
  '@stylistic/padded-blocks': ['error', { blocks: 'never', classes: 'always', switches: 'never' }],
118
120
 
119
121
  // TypeScript ESLint rules
120
- "@typescript-eslint/no-unnecessary-type-conversion": "error",
122
+ '@typescript-eslint/no-unnecessary-type-conversion': 'error',
121
123
  '@typescript-eslint/consistent-type-imports': ['error', { prefer: 'no-type-imports' }],
122
124
  '@typescript-eslint/member-ordering': 'error',
123
125
  '@typescript-eslint/no-extraneous-class': ['error', { allowEmpty: true, allowStaticOnly: true }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.51",
3
+ "version": "2.2.53",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",