@zayne-labs/eslint-config 0.9.1 → 0.9.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/dist/cli/index.js +20 -24
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +858 -311
- package/dist/index.js +62 -47
- package/dist/index.js.map +1 -1
- package/package.json +40 -37
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zayne-labs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.2",
|
|
5
5
|
"description": "Zayne Labs' ESLint config preset",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -30,17 +30,18 @@
|
|
|
30
30
|
"@eslint-react/eslint-plugin": ">=1.15.0",
|
|
31
31
|
"@next/eslint-plugin-next": ">=14.2.15",
|
|
32
32
|
"@tanstack/eslint-plugin-query": ">=5.59.7",
|
|
33
|
+
"@tanstack/eslint-plugin-router": ">=1.120.17",
|
|
33
34
|
"@zayne-labs/toolkit-type-helpers": "^0.9.34",
|
|
34
35
|
"astro-eslint-parser": ">=1.0.2",
|
|
35
36
|
"eslint": ">=9.12.0",
|
|
36
37
|
"eslint-plugin-astro": ">=1.2.0",
|
|
38
|
+
"eslint-plugin-better-tailwindcss": ">=3.2.0",
|
|
37
39
|
"eslint-plugin-depend": ">=1.2.0",
|
|
38
40
|
"eslint-plugin-pnpm": ">=0.3.1",
|
|
39
41
|
"eslint-plugin-react-hooks": ">=5.0.0",
|
|
40
42
|
"eslint-plugin-react-refresh": ">=0.4.12",
|
|
41
43
|
"eslint-plugin-solid": ">=0.14.3",
|
|
42
44
|
"eslint-plugin-svelte": ">=2.35.1",
|
|
43
|
-
"eslint-plugin-tailwindcss": ">=3.17.4",
|
|
44
45
|
"eslint-plugin-vue": ">=9.28.0",
|
|
45
46
|
"eslint-processor-vue-blocks": ">=0.1.2",
|
|
46
47
|
"vue-eslint-parser": ">=9.4.3"
|
|
@@ -55,12 +56,18 @@
|
|
|
55
56
|
"@tanstack/eslint-plugin-query": {
|
|
56
57
|
"optional": true
|
|
57
58
|
},
|
|
59
|
+
"@tanstack/eslint-plugin-router": {
|
|
60
|
+
"optional": true
|
|
61
|
+
},
|
|
58
62
|
"astro-eslint-parser": {
|
|
59
63
|
"optional": true
|
|
60
64
|
},
|
|
61
65
|
"eslint-plugin-astro": {
|
|
62
66
|
"optional": true
|
|
63
67
|
},
|
|
68
|
+
"eslint-plugin-better-tailwindcss": {
|
|
69
|
+
"optional": true
|
|
70
|
+
},
|
|
64
71
|
"eslint-plugin-depend": {
|
|
65
72
|
"optional": true
|
|
66
73
|
},
|
|
@@ -79,9 +86,6 @@
|
|
|
79
86
|
"eslint-plugin-svelte": {
|
|
80
87
|
"optional": true
|
|
81
88
|
},
|
|
82
|
-
"eslint-plugin-tailwindcss": {
|
|
83
|
-
"optional": true
|
|
84
|
-
},
|
|
85
89
|
"eslint-plugin-vue": {
|
|
86
90
|
"optional": true
|
|
87
91
|
},
|
|
@@ -94,75 +98,74 @@
|
|
|
94
98
|
},
|
|
95
99
|
"dependencies": {
|
|
96
100
|
"@antfu/install-pkg": "1.1.0",
|
|
97
|
-
"@clack/prompts": "0.
|
|
101
|
+
"@clack/prompts": "0.11.0",
|
|
98
102
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
99
|
-
"@eslint/compat": "1.
|
|
100
|
-
"@eslint/js": "9.
|
|
101
|
-
"@stylistic/eslint-plugin": "4.
|
|
103
|
+
"@eslint/compat": "1.3.0",
|
|
104
|
+
"@eslint/js": "9.29.0",
|
|
105
|
+
"@stylistic/eslint-plugin": "4.4.1",
|
|
102
106
|
"ansis": "^4.0.0",
|
|
103
107
|
"cac": "^6.7.14",
|
|
104
108
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
105
|
-
"eslint-flat-config-utils": "2.0
|
|
106
|
-
"eslint-import-resolver-typescript": "4.3
|
|
109
|
+
"eslint-flat-config-utils": "2.1.0",
|
|
110
|
+
"eslint-import-resolver-typescript": "4.4.3",
|
|
107
111
|
"eslint-merge-processors": "^2.0.0",
|
|
108
|
-
"eslint-plugin-import-x": "4.
|
|
109
|
-
"eslint-plugin-jsdoc": "
|
|
110
|
-
"eslint-plugin-jsonc": "2.20.
|
|
111
|
-
"eslint-plugin-n": "17.
|
|
112
|
-
"eslint-plugin-perfectionist": "4.
|
|
112
|
+
"eslint-plugin-import-x": "4.15.2",
|
|
113
|
+
"eslint-plugin-jsdoc": "51.0.3",
|
|
114
|
+
"eslint-plugin-jsonc": "2.20.1",
|
|
115
|
+
"eslint-plugin-n": "17.20.0",
|
|
116
|
+
"eslint-plugin-perfectionist": "4.15.0",
|
|
113
117
|
"eslint-plugin-security": "3.0.1",
|
|
114
|
-
"eslint-plugin-solid": "^0.14.3",
|
|
115
118
|
"eslint-plugin-toml": "^0.12.0",
|
|
116
119
|
"eslint-plugin-unicorn": "59.0.1",
|
|
117
120
|
"eslint-plugin-yml": "^1.17.0",
|
|
118
|
-
"globals": "16.
|
|
121
|
+
"globals": "16.2.0",
|
|
119
122
|
"jsonc-eslint-parser": "2.4.0",
|
|
120
123
|
"local-pkg": "1.1.1",
|
|
121
124
|
"parse-gitignore": "^2.0.0",
|
|
122
125
|
"toml-eslint-parser": "0.10.0",
|
|
123
|
-
"typescript-eslint": "8.
|
|
126
|
+
"typescript-eslint": "8.34.1",
|
|
124
127
|
"yaml-eslint-parser": "1.3.0"
|
|
125
128
|
},
|
|
126
129
|
"devDependencies": {
|
|
127
|
-
"@arethetypeswrong/cli": "0.18.
|
|
130
|
+
"@arethetypeswrong/cli": "0.18.2",
|
|
128
131
|
"@changesets/cli": "2.29.4",
|
|
129
|
-
"@eslint-react/eslint-plugin": "1.
|
|
130
|
-
"@next/eslint-plugin-next": "15.3.
|
|
132
|
+
"@eslint-react/eslint-plugin": "1.52.2",
|
|
133
|
+
"@next/eslint-plugin-next": "15.3.3",
|
|
131
134
|
"@size-limit/esbuild-why": "11.2.0",
|
|
132
135
|
"@size-limit/preset-small-lib": "11.2.0",
|
|
133
|
-
"@tanstack/eslint-plugin-query": "5.
|
|
136
|
+
"@tanstack/eslint-plugin-query": "5.78.0",
|
|
137
|
+
"@tanstack/eslint-plugin-router": "^1.121.21",
|
|
134
138
|
"@total-typescript/ts-reset": "0.6.1",
|
|
135
139
|
"@types/eslint-plugin-security": "3.0.0",
|
|
136
|
-
"@types/
|
|
137
|
-
"@types/node": "22.15.18",
|
|
140
|
+
"@types/node": "24.0.3",
|
|
138
141
|
"@zayne-labs/toolkit-type-helpers": "^0.9.42",
|
|
139
142
|
"astro-eslint-parser": "1.2.2",
|
|
140
143
|
"concurrently": "9.1.2",
|
|
141
144
|
"cross-env": "7.0.3",
|
|
142
|
-
"eslint": "9.
|
|
145
|
+
"eslint": "9.29.0",
|
|
143
146
|
"eslint-plugin-astro": "1.3.1",
|
|
147
|
+
"eslint-plugin-better-tailwindcss": "3.3.0",
|
|
144
148
|
"eslint-plugin-depend": "1.2.0",
|
|
145
|
-
"eslint-plugin-pnpm": "
|
|
149
|
+
"eslint-plugin-pnpm": "0.3.1",
|
|
146
150
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
147
151
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
148
|
-
"eslint-plugin-solid": "0.14.
|
|
149
|
-
"eslint-plugin-svelte": "3.
|
|
150
|
-
"eslint-plugin-
|
|
151
|
-
"eslint-plugin-vue": "10.1.0",
|
|
152
|
+
"eslint-plugin-solid": "0.14.3",
|
|
153
|
+
"eslint-plugin-svelte": "3.9.2",
|
|
154
|
+
"eslint-plugin-vue": "10.2.0",
|
|
152
155
|
"eslint-processor-vue-blocks": "2.0.0",
|
|
153
156
|
"eslint-typegen": "2.2.0",
|
|
154
157
|
"husky": "9.1.7",
|
|
155
|
-
"lint-staged": "16.
|
|
156
|
-
"pkg-pr-new": "0.0.
|
|
158
|
+
"lint-staged": "16.1.2",
|
|
159
|
+
"pkg-pr-new": "0.0.51",
|
|
157
160
|
"prettier": "3.5.3",
|
|
158
161
|
"publint": "0.3.12",
|
|
159
162
|
"size-limit": "11.2.0",
|
|
160
|
-
"tailwindcss": "
|
|
161
|
-
"tsdown": "^0.
|
|
162
|
-
"tsx": "4.
|
|
163
|
+
"tailwindcss": "^4.1.10",
|
|
164
|
+
"tsdown": "^0.12.8",
|
|
165
|
+
"tsx": "4.20.3",
|
|
163
166
|
"typescript": "5.8.3",
|
|
164
167
|
"vue-eslint-parser": "10.1.3",
|
|
165
|
-
"@zayne-labs/tsconfig": "0.9.
|
|
168
|
+
"@zayne-labs/tsconfig": "0.9.2"
|
|
166
169
|
},
|
|
167
170
|
"publishConfig": {
|
|
168
171
|
"access": "public",
|