eslint-config-angular-strict 2.3.47 → 2.3.49

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 +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -145,7 +145,6 @@ export default [
145
145
  'unicorn/no-abusive-eslint-disable': 'off',
146
146
  'unicorn/no-array-for-each': 'off',
147
147
  'unicorn/no-null': 'off',
148
- 'unicorn/no-useless-promise-resolve-reject': 'off',
149
148
  'unicorn/prefer-top-level-await': 'off',
150
149
  'unicorn/switch-case-braces': ['error', 'avoid'],
151
150
  },
@@ -169,7 +168,6 @@ export default [
169
168
  '@angular-eslint/template/no-call-expression':'off',
170
169
  '@angular-eslint/template/no-inline-styles': 'off',
171
170
  '@angular-eslint/template/prefer-ngsrc': 'off',
172
- '@angular-eslint/template/use-track-by-function': ['error', { alias: ['ngForTrackByIndex', 'ngForTrackByProperty'] }],
173
171
 
174
172
  // Unicorn rules
175
173
  'unicorn/prefer-string-raw': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.3.47",
3
+ "version": "2.3.49",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",