eslint-config-angular-strict 22.0.7 → 22.0.8

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 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -311,7 +311,6 @@ export default [
311
311
  '@angular-eslint/template/prefer-ngsrc': 'off',
312
312
 
313
313
  // Unicorn rules
314
- 'unicorn/no-empty-file': 'off',
315
314
  'unicorn/no-useless-template-literals': 'off',
316
315
  'unicorn/prefer-string-raw': 'off',
317
316
  'unicorn/template-indent': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "22.0.7",
3
+ "version": "22.0.8",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -48,7 +48,7 @@
48
48
  "eslint-config-airbnb-extended": "3.1.0",
49
49
  "eslint-plugin-import-x": "4.16.2",
50
50
  "eslint-plugin-perfectionist": "5.9.1",
51
- "eslint-plugin-unicorn": "66.0.0"
51
+ "eslint-plugin-unicorn": "67.0.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "6.0.3"