eslint-config-angular-strict 22.0.3 → 22.0.5

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
@@ -274,6 +274,7 @@ export default [
274
274
  'perfectionist/sort-union-types': ['error', { groups: ['unknown', 'nullish'] }],
275
275
 
276
276
  // Unicorn rules
277
+ 'unicorn/consistent-class-member-order': 'off',
277
278
  'unicorn/consistent-function-scoping': ['error', { checkArrowFunctions: false }],
278
279
  'unicorn/new-for-builtins': 'off',
279
280
  'unicorn/no-abusive-eslint-disable': 'off',
@@ -309,6 +310,7 @@ export default [
309
310
 
310
311
  // Unicorn rules
311
312
  'unicorn/no-empty-file': 'off',
313
+ 'unicorn/no-useless-template-literals': 'off',
312
314
  'unicorn/prefer-string-raw': 'off',
313
315
  'unicorn/template-indent': 'off',
314
316
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "22.0.3",
3
+ "version": "22.0.5",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",