eslint-config-angular-strict 22.1.13 → 22.1.15
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.
- package/index.js +2 -0
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -285,6 +285,7 @@ export default [
|
|
|
285
285
|
'unicorn/new-for-builtins': 'off',
|
|
286
286
|
'unicorn/no-abusive-eslint-disable': 'off',
|
|
287
287
|
'unicorn/no-array-front-mutation': 'off',
|
|
288
|
+
'unicorn/no-barrel-files': 'off',
|
|
288
289
|
'unicorn/no-for-each': 'off',
|
|
289
290
|
'unicorn/no-null': 'off',
|
|
290
291
|
'unicorn/no-this-outside-of-class': 'off',
|
|
@@ -322,6 +323,7 @@ export default [
|
|
|
322
323
|
'unicorn/no-incorrect-template-string-interpolation': 'off',
|
|
323
324
|
'unicorn/no-useless-template-literals': 'off',
|
|
324
325
|
'unicorn/prefer-string-raw': 'off',
|
|
326
|
+
'unicorn/single-line-block-comment-style': 'off',
|
|
325
327
|
'unicorn/template-indent': 'off',
|
|
326
328
|
},
|
|
327
329
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-angular-strict",
|
|
3
|
-
"version": "22.1.
|
|
3
|
+
"version": "22.1.15",
|
|
4
4
|
"description": "Modern ESLint configuration with strict rules for Angular development.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@typescript-eslint/parser": "8.66.0",
|
|
45
45
|
"@typescript-eslint/types": "8.66.0",
|
|
46
46
|
"@typescript-eslint/utils": "8.66.0",
|
|
47
|
-
"eslint": "10.8.
|
|
47
|
+
"eslint": "10.8.1",
|
|
48
48
|
"eslint-config-airbnb-extended": "3.2.0",
|
|
49
49
|
"eslint-plugin-import-x": "4.17.1",
|
|
50
50
|
"eslint-plugin-perfectionist": "5.10.1",
|
|
51
|
-
"eslint-plugin-unicorn": "
|
|
51
|
+
"eslint-plugin-unicorn": "73.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "6.0.3"
|