@enigmatry/eslint-config 16.1.1-preview.4 → 17.0.0-preview.2
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/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enigmatry/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0-preview.2",
|
|
4
4
|
"author": "Enigmatry",
|
|
5
5
|
"description": "ESLint shareable config for the Enigmatry style.",
|
|
6
6
|
"homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/eslint-config#readme",
|
|
@@ -13,44 +13,44 @@
|
|
|
13
13
|
"index.js"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"eslint": "8.
|
|
17
|
-
"@typescript-eslint/eslint-plugin": "
|
|
18
|
-
"@typescript-eslint/parser": "
|
|
19
|
-
"@stylistic/eslint-plugin": "1.
|
|
20
|
-
"eslint-plugin-deprecation": "2.0.0",
|
|
21
|
-
"eslint-plugin-import": "2.29.0",
|
|
22
|
-
"eslint-plugin-no-loops": "0.3.0",
|
|
23
|
-
"eslint-plugin-no-secrets": "0.
|
|
24
|
-
"eslint-plugin-no-unsanitized": "4.0.2",
|
|
25
|
-
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
26
|
-
"eslint-plugin-promise": "6.1.1",
|
|
27
|
-
"eslint-plugin-unused-imports": "3.
|
|
28
|
-
"eslint-plugin-xss": "0.1.12",
|
|
29
|
-
"@angular-eslint/builder": "
|
|
30
|
-
"@angular-eslint/eslint-plugin": "
|
|
31
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
32
|
-
"@angular-eslint/schematics": "
|
|
33
|
-
"@angular-eslint/template-parser": "
|
|
16
|
+
"eslint": "^8.57.0",
|
|
17
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
18
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
19
|
+
"@stylistic/eslint-plugin": "^2.1.0",
|
|
20
|
+
"eslint-plugin-deprecation": "^2.0.0",
|
|
21
|
+
"eslint-plugin-import": "^2.29.0",
|
|
22
|
+
"eslint-plugin-no-loops": "^0.3.0",
|
|
23
|
+
"eslint-plugin-no-secrets": "^0.9.1",
|
|
24
|
+
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
25
|
+
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
26
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
27
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
28
|
+
"eslint-plugin-xss": "^0.1.12",
|
|
29
|
+
"@angular-eslint/builder": "^17.0.0",
|
|
30
|
+
"@angular-eslint/eslint-plugin": "^17.0.0",
|
|
31
|
+
"@angular-eslint/eslint-plugin-template": "^17.0.0",
|
|
32
|
+
"@angular-eslint/schematics": "^17.0.0",
|
|
33
|
+
"@angular-eslint/template-parser": "^17.0.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"eslint": "8.
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "
|
|
38
|
-
"@typescript-eslint/parser": "
|
|
39
|
-
"@stylistic/eslint-plugin": "1.
|
|
40
|
-
"eslint-plugin-deprecation": "2.0.0",
|
|
41
|
-
"eslint-plugin-import": "2.29.0",
|
|
42
|
-
"eslint-plugin-no-loops": "0.3.0",
|
|
43
|
-
"eslint-plugin-no-secrets": "0.
|
|
44
|
-
"eslint-plugin-no-unsanitized": "4.0.2",
|
|
45
|
-
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
46
|
-
"eslint-plugin-promise": "6.1.1",
|
|
47
|
-
"eslint-plugin-unused-imports": "3.
|
|
48
|
-
"eslint-plugin-xss": "0.1.12",
|
|
49
|
-
"@angular-eslint/builder": "
|
|
50
|
-
"@angular-eslint/eslint-plugin": "
|
|
51
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
52
|
-
"@angular-eslint/schematics": "
|
|
53
|
-
"@angular-eslint/template-parser": "
|
|
36
|
+
"eslint": "^8.57.0",
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
38
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
39
|
+
"@stylistic/eslint-plugin": "^2.1.0",
|
|
40
|
+
"eslint-plugin-deprecation": "^2.0.0",
|
|
41
|
+
"eslint-plugin-import": "^2.29.0",
|
|
42
|
+
"eslint-plugin-no-loops": "^0.3.0",
|
|
43
|
+
"eslint-plugin-no-secrets": "^0.9.1",
|
|
44
|
+
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
45
|
+
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
46
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
47
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
48
|
+
"eslint-plugin-xss": "^0.1.12",
|
|
49
|
+
"@angular-eslint/builder": "^17.0.0",
|
|
50
|
+
"@angular-eslint/eslint-plugin": "^17.0.0",
|
|
51
|
+
"@angular-eslint/eslint-plugin-template": "^17.0.0",
|
|
52
|
+
"@angular-eslint/schematics": "^17.0.0",
|
|
53
|
+
"@angular-eslint/template-parser": "^17.0.0"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|