eslint-config-angular-strict 2.2.64 → 2.2.66

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 +2 -2
package/index.js CHANGED
@@ -176,6 +176,7 @@ export default [
176
176
  '@angular-eslint/template/valid-aria': 'error',
177
177
 
178
178
  // Unicorn rules
179
+ 'unicorn/prefer-string-raw': 'off',
179
180
  'unicorn/template-indent': 'off',
180
181
  },
181
182
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.64",
3
+ "version": "2.2.66",
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": "2.3.2",
49
49
  "eslint-import-resolver-typescript": "4.4.4",
50
50
  "eslint-plugin-import-x": "4.16.1",
51
- "eslint-plugin-unicorn": "61.0.2",
51
+ "eslint-plugin-unicorn": "62.0.0",
52
52
  "typescript-eslint": "8.46.2"
53
53
  },
54
54
  "devDependencies": {