eslint-config-angular-strict 22.1.15 → 22.1.17

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 +1 -0
  2. package/package.json +3 -5
package/index.js CHANGED
@@ -280,6 +280,7 @@ export default [
280
280
  'perfectionist/sort-union-types': ['error', { groups: ['unknown', 'nullish'] }],
281
281
 
282
282
  // Unicorn rules
283
+ 'unicorn/consistent-arrow-return-style': 'off',
283
284
  'unicorn/consistent-class-member-order': 'off',
284
285
  'unicorn/consistent-function-scoping': ['error', { checkArrowFunctions: false }],
285
286
  'unicorn/new-for-builtins': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "22.1.15",
3
+ "version": "22.1.17",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -40,10 +40,8 @@
40
40
  "@angular-eslint/eslint-plugin-template": "22.1.0",
41
41
  "@angular-eslint/template-parser": "22.1.0",
42
42
  "@stylistic/eslint-plugin": "5.10.0",
43
- "@typescript-eslint/eslint-plugin": "8.66.0",
44
- "@typescript-eslint/parser": "8.66.0",
45
- "@typescript-eslint/types": "8.66.0",
46
- "@typescript-eslint/utils": "8.66.0",
43
+ "@typescript-eslint/eslint-plugin": "8.67.0",
44
+ "@typescript-eslint/parser": "8.67.0",
47
45
  "eslint": "10.8.1",
48
46
  "eslint-config-airbnb-extended": "3.2.0",
49
47
  "eslint-plugin-import-x": "4.17.1",