lint-rules-alvin 2.1.3 → 2.2.0
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 +27 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lint-rules-alvin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "My own personal linting ruleset for a bunch of different plugins. Includes a few custom rules. Used in a few of my repos.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint"
|
|
@@ -24,36 +24,37 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@eslint/compat": "^2.0.
|
|
28
|
-
"@eslint/js": "^
|
|
27
|
+
"@eslint/compat": "^2.0.3",
|
|
28
|
+
"@eslint/js": "^10.0.1",
|
|
29
29
|
"@eslint/markdown": "^7.5.1",
|
|
30
|
-
"@stylistic/eslint-plugin": "^5.
|
|
30
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
31
31
|
"@types/estree": "^1.0.8",
|
|
32
32
|
"@types/mocha": "^10.0.10",
|
|
33
|
-
"@types/node": "^25.
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
35
|
-
"@typescript-eslint/parser": "^8.
|
|
36
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
37
|
-
"@typescript-eslint/utils": "^8.
|
|
38
|
-
"astro-eslint-parser": "^1.
|
|
39
|
-
"eslint": "^
|
|
33
|
+
"@types/node": "^25.5.0",
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
35
|
+
"@typescript-eslint/parser": "^8.57.0",
|
|
36
|
+
"@typescript-eslint/rule-tester": "^8.57.0",
|
|
37
|
+
"@typescript-eslint/utils": "^8.57.0",
|
|
38
|
+
"astro-eslint-parser": "^1.3.0",
|
|
39
|
+
"eslint": "^10.0.3",
|
|
40
40
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
41
|
-
"eslint-plugin-astro": "^1.
|
|
42
|
-
"eslint-plugin-import-x": "^4.16.
|
|
43
|
-
"eslint-plugin-jsonc": "^
|
|
41
|
+
"eslint-plugin-astro": "^1.6.0",
|
|
42
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
43
|
+
"eslint-plugin-jsonc": "^3.1.2",
|
|
44
44
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
45
|
-
"eslint-plugin-svelte": "^3.
|
|
46
|
-
"eslint-plugin-vue": "^10.
|
|
47
|
-
"globals": "^17.
|
|
45
|
+
"eslint-plugin-svelte": "^3.15.2",
|
|
46
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
47
|
+
"globals": "^17.4.0",
|
|
48
48
|
"jiti": "^2.6.1",
|
|
49
49
|
"mocha": "^11.7.5",
|
|
50
|
-
"
|
|
50
|
+
"ts-node": "^10.9.2",
|
|
51
|
+
"svelte": "^5.53.11",
|
|
51
52
|
"typescript": "^5.9.3",
|
|
52
|
-
"typescript-eslint": "^8.
|
|
53
|
+
"typescript-eslint": "^8.57.0"
|
|
53
54
|
},
|
|
54
55
|
"peerDependencies": {
|
|
55
56
|
"@eslint/compat": "^2",
|
|
56
|
-
"@eslint/js": "^
|
|
57
|
+
"@eslint/js": "^10",
|
|
57
58
|
"@eslint/markdown": "^7",
|
|
58
59
|
"@stylistic/eslint-plugin": "^5",
|
|
59
60
|
"@types/estree": "^1",
|
|
@@ -62,17 +63,16 @@
|
|
|
62
63
|
"@typescript-eslint/parser": "^8",
|
|
63
64
|
"@typescript-eslint/utils": "^8",
|
|
64
65
|
"astro-eslint-parser": "^1",
|
|
65
|
-
"eslint": "^
|
|
66
|
+
"eslint": "^10",
|
|
66
67
|
"eslint-import-resolver-typescript": "^4",
|
|
67
68
|
"eslint-plugin-astro": "^1",
|
|
68
69
|
"eslint-plugin-import-x": "^4",
|
|
69
|
-
"eslint-plugin-jsonc": "^
|
|
70
|
+
"eslint-plugin-jsonc": "^3",
|
|
70
71
|
"eslint-plugin-react-hooks": "^7",
|
|
71
72
|
"eslint-plugin-svelte": "^3",
|
|
72
73
|
"eslint-plugin-vue": "^10",
|
|
73
74
|
"globals": "^17",
|
|
74
75
|
"svelte": "^5",
|
|
75
|
-
"ts-node": "^10",
|
|
76
76
|
"typescript": "^5",
|
|
77
77
|
"typescript-eslint": "^8"
|
|
78
78
|
},
|
|
@@ -141,6 +141,10 @@
|
|
|
141
141
|
"optional": true
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
|
+
"overrides": {
|
|
145
|
+
"diff": "^8.0.3",
|
|
146
|
+
"serialize-javascript": "^7.0.4"
|
|
147
|
+
},
|
|
144
148
|
"scripts": {
|
|
145
149
|
"test": "npm run test:eslint",
|
|
146
150
|
"test:eslint": "node --no-warnings --import ./test/eslint/test-bootstrap.mjs ./node_modules/mocha/bin/mocha --extensions ts --recursive \"test/**/*.test.ts\""
|