eslint-config-angular-strict 2.3.33 → 2.3.35

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/README.md CHANGED
@@ -56,7 +56,7 @@ yarn add eslint-config-angular-strict --dev
56
56
 
57
57
  ### 2. Configure ESLint
58
58
 
59
- Create an `eslint.config.js` file (ESLint 9 flat config format):
59
+ Create an `eslint.config.js` file (flat config format):
60
60
 
61
61
  ```javascript
62
62
  import angularStrict from 'eslint-config-angular-strict';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.3.33",
3
+ "version": "2.3.35",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -46,7 +46,7 @@
46
46
  "@typescript-eslint/utils": "8.57.0",
47
47
  "eslint": "9.39.4",
48
48
  "eslint-config-airbnb-extended": "3.0.1",
49
- "eslint-plugin-import-x": "4.16.1",
49
+ "eslint-plugin-import-x": "4.16.2",
50
50
  "eslint-plugin-ng-module-sort": "1.4.0",
51
51
  "eslint-plugin-unicorn": "63.0.0"
52
52
  },