@zayne-labs/eslint-config 0.9.3 → 0.9.4
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 +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +171 -168
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +22 -23
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.4",
|
|
5
5
|
"description": "Zayne Labs' ESLint config preset",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"@next/eslint-plugin-next": ">=14.2.15",
|
|
32
32
|
"@tanstack/eslint-plugin-query": ">=5.59.7",
|
|
33
33
|
"@tanstack/eslint-plugin-router": ">=1.120.17",
|
|
34
|
-
"@zayne-labs/toolkit-type-helpers": "^0.9.34",
|
|
35
34
|
"astro-eslint-parser": ">=1.0.2",
|
|
36
35
|
"eslint": ">=9.12.0",
|
|
37
36
|
"eslint-plugin-astro": ">=1.2.0",
|
|
@@ -100,17 +99,18 @@
|
|
|
100
99
|
"@antfu/install-pkg": "1.1.0",
|
|
101
100
|
"@clack/prompts": "0.11.0",
|
|
102
101
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
103
|
-
"@eslint/compat": "1.3.
|
|
102
|
+
"@eslint/compat": "1.3.1",
|
|
104
103
|
"@eslint/js": "9.29.0",
|
|
105
|
-
"@stylistic/eslint-plugin": "
|
|
106
|
-
"
|
|
107
|
-
"
|
|
104
|
+
"@stylistic/eslint-plugin": "5.0.0",
|
|
105
|
+
"@zayne-labs/toolkit-type-helpers": "0.10.2",
|
|
106
|
+
"ansis": "4.1.0",
|
|
107
|
+
"cac": "6.7.14",
|
|
108
108
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
109
109
|
"eslint-flat-config-utils": "2.1.0",
|
|
110
|
-
"eslint-import-resolver-typescript": "4.4.
|
|
110
|
+
"eslint-import-resolver-typescript": "4.4.4",
|
|
111
111
|
"eslint-merge-processors": "^2.0.0",
|
|
112
|
-
"eslint-plugin-import-x": "4.
|
|
113
|
-
"eslint-plugin-jsdoc": "51.
|
|
112
|
+
"eslint-plugin-import-x": "4.16.1",
|
|
113
|
+
"eslint-plugin-jsdoc": "51.2.3",
|
|
114
114
|
"eslint-plugin-jsonc": "2.20.1",
|
|
115
115
|
"eslint-plugin-n": "17.20.0",
|
|
116
116
|
"eslint-plugin-perfectionist": "4.15.0",
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
"globals": "16.2.0",
|
|
122
122
|
"jsonc-eslint-parser": "2.4.0",
|
|
123
123
|
"local-pkg": "1.1.1",
|
|
124
|
-
"parse-gitignore": "
|
|
124
|
+
"parse-gitignore": "2.0.0",
|
|
125
125
|
"toml-eslint-parser": "0.10.0",
|
|
126
|
-
"typescript-eslint": "8.
|
|
126
|
+
"typescript-eslint": "8.35.0",
|
|
127
127
|
"yaml-eslint-parser": "1.3.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
@@ -133,39 +133,38 @@
|
|
|
133
133
|
"@next/eslint-plugin-next": "15.3.4",
|
|
134
134
|
"@size-limit/esbuild-why": "11.2.0",
|
|
135
135
|
"@size-limit/preset-small-lib": "11.2.0",
|
|
136
|
-
"@tanstack/eslint-plugin-query": "5.81.
|
|
137
|
-
"@tanstack/eslint-plugin-router": "
|
|
136
|
+
"@tanstack/eslint-plugin-query": "5.81.2",
|
|
137
|
+
"@tanstack/eslint-plugin-router": "1.121.21",
|
|
138
138
|
"@total-typescript/ts-reset": "0.6.1",
|
|
139
139
|
"@types/eslint-plugin-security": "3.0.0",
|
|
140
|
-
"@types/node": "24.0.
|
|
141
|
-
"@zayne-labs/toolkit-type-helpers": "^0.9.42",
|
|
140
|
+
"@types/node": "24.0.4",
|
|
142
141
|
"astro-eslint-parser": "1.2.2",
|
|
143
|
-
"concurrently": "9.
|
|
142
|
+
"concurrently": "9.2.0",
|
|
144
143
|
"cross-env": "7.0.3",
|
|
145
144
|
"eslint": "9.29.0",
|
|
146
145
|
"eslint-plugin-astro": "1.3.1",
|
|
147
|
-
"eslint-plugin-better-tailwindcss": "3.4.
|
|
146
|
+
"eslint-plugin-better-tailwindcss": "3.4.2",
|
|
148
147
|
"eslint-plugin-depend": "1.2.0",
|
|
149
148
|
"eslint-plugin-pnpm": "0.3.1",
|
|
150
149
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
151
150
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
152
151
|
"eslint-plugin-solid": "0.14.5",
|
|
153
|
-
"eslint-plugin-svelte": "3.
|
|
152
|
+
"eslint-plugin-svelte": "3.10.1",
|
|
154
153
|
"eslint-plugin-vue": "10.2.0",
|
|
155
154
|
"eslint-processor-vue-blocks": "2.0.0",
|
|
156
155
|
"eslint-typegen": "2.2.0",
|
|
157
156
|
"husky": "9.1.7",
|
|
158
157
|
"lint-staged": "16.1.2",
|
|
159
158
|
"pkg-pr-new": "0.0.53",
|
|
160
|
-
"prettier": "3.
|
|
159
|
+
"prettier": "3.6.2",
|
|
161
160
|
"publint": "0.3.12",
|
|
162
161
|
"size-limit": "11.2.0",
|
|
163
|
-
"tailwindcss": "^4.1.
|
|
164
|
-
"tsdown": "^0.12.
|
|
162
|
+
"tailwindcss": "^4.1.11",
|
|
163
|
+
"tsdown": "^0.12.9",
|
|
165
164
|
"tsx": "4.20.3",
|
|
166
165
|
"typescript": "5.8.3",
|
|
167
|
-
"vue-eslint-parser": "10.1.
|
|
168
|
-
"@zayne-labs/tsconfig": "0.9.
|
|
166
|
+
"vue-eslint-parser": "10.1.4",
|
|
167
|
+
"@zayne-labs/tsconfig": "0.9.4"
|
|
169
168
|
},
|
|
170
169
|
"publishConfig": {
|
|
171
170
|
"access": "public",
|