@zayne-labs/eslint-config 0.11.10 → 0.11.12
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/package.json +2 -2
package/dist/cli/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zayne-labs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.12",
|
|
5
5
|
"description": "Zayne Labs' ESLint config preset",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"tsx": "4.21.0",
|
|
182
182
|
"typescript": "5.9.3",
|
|
183
183
|
"vue-eslint-parser": "10.2.0",
|
|
184
|
-
"@zayne-labs/tsconfig": "0.11.
|
|
184
|
+
"@zayne-labs/tsconfig": "0.11.12"
|
|
185
185
|
},
|
|
186
186
|
"publishConfig": {
|
|
187
187
|
"access": "public",
|