@zayne-labs/eslint-config 0.9.5 → 0.9.7
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 +145 -161
- package/dist/index.js +34 -29
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
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.7",
|
|
5
5
|
"description": "Zayne Labs' ESLint config preset",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
102
102
|
"@eslint/compat": "1.3.1",
|
|
103
103
|
"@eslint/js": "9.31.0",
|
|
104
|
-
"@stylistic/eslint-plugin": "5.
|
|
104
|
+
"@stylistic/eslint-plugin": "5.2.0",
|
|
105
105
|
"@zayne-labs/toolkit-type-helpers": "0.10.3",
|
|
106
106
|
"ansis": "4.1.0",
|
|
107
107
|
"cac": "6.7.14",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
111
111
|
"eslint-merge-processors": "^2.0.0",
|
|
112
112
|
"eslint-plugin-import-x": "4.16.1",
|
|
113
|
-
"eslint-plugin-jsdoc": "51.
|
|
113
|
+
"eslint-plugin-jsdoc": "51.4.1",
|
|
114
114
|
"eslint-plugin-jsonc": "2.20.1",
|
|
115
115
|
"eslint-plugin-n": "17.21.0",
|
|
116
116
|
"eslint-plugin-perfectionist": "4.15.0",
|
|
@@ -123,31 +123,31 @@
|
|
|
123
123
|
"local-pkg": "1.1.1",
|
|
124
124
|
"parse-gitignore": "2.0.0",
|
|
125
125
|
"toml-eslint-parser": "0.10.0",
|
|
126
|
-
"typescript-eslint": "8.
|
|
126
|
+
"typescript-eslint": "8.37.0",
|
|
127
127
|
"yaml-eslint-parser": "1.3.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@arethetypeswrong/cli": "0.18.2",
|
|
131
131
|
"@changesets/cli": "2.29.5",
|
|
132
|
-
"@eslint-react/eslint-plugin": "1.52.
|
|
133
|
-
"@next/eslint-plugin-next": "15.
|
|
132
|
+
"@eslint-react/eslint-plugin": "1.52.3",
|
|
133
|
+
"@next/eslint-plugin-next": "15.4.1",
|
|
134
134
|
"@tanstack/eslint-plugin-query": "5.81.2",
|
|
135
135
|
"@tanstack/eslint-plugin-router": "1.125.0",
|
|
136
136
|
"@total-typescript/ts-reset": "0.6.1",
|
|
137
137
|
"@types/eslint-plugin-security": "3.0.0",
|
|
138
|
-
"@types/node": "24.0.
|
|
138
|
+
"@types/node": "24.0.14",
|
|
139
139
|
"astro-eslint-parser": "1.2.2",
|
|
140
140
|
"concurrently": "9.2.0",
|
|
141
141
|
"cross-env": "7.0.3",
|
|
142
142
|
"eslint": "9.31.0",
|
|
143
143
|
"eslint-plugin-astro": "1.3.1",
|
|
144
|
-
"eslint-plugin-better-tailwindcss": "3.
|
|
144
|
+
"eslint-plugin-better-tailwindcss": "3.6.2",
|
|
145
145
|
"eslint-plugin-depend": "1.2.0",
|
|
146
146
|
"eslint-plugin-pnpm": "1.0.0",
|
|
147
147
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
148
148
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
149
149
|
"eslint-plugin-solid": "0.14.5",
|
|
150
|
-
"eslint-plugin-svelte": "3.
|
|
150
|
+
"eslint-plugin-svelte": "3.11.0",
|
|
151
151
|
"eslint-plugin-vue": "10.3.0",
|
|
152
152
|
"eslint-processor-vue-blocks": "2.0.0",
|
|
153
153
|
"eslint-typegen": "2.2.1",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"tsx": "4.20.3",
|
|
162
162
|
"typescript": "5.8.3",
|
|
163
163
|
"vue-eslint-parser": "10.2.0",
|
|
164
|
-
"@zayne-labs/tsconfig": "0.9.
|
|
164
|
+
"@zayne-labs/tsconfig": "0.9.7"
|
|
165
165
|
},
|
|
166
166
|
"publishConfig": {
|
|
167
167
|
"access": "public",
|