@xylabs/eslint-config-flat 8.6.3 → 8.6.5
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 +6 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xylabs/eslint-config-flat",
|
|
4
|
-
"version": "8.6.
|
|
4
|
+
"version": "8.6.5",
|
|
5
5
|
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"xylabs",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"typescript": "~6.0.3",
|
|
67
67
|
"vite": "~8.1.0",
|
|
68
68
|
"vitest": "~4.1.9",
|
|
69
|
-
"@xylabs/
|
|
70
|
-
"@xylabs/
|
|
69
|
+
"@xylabs/tsconfig": "~8.6.5",
|
|
70
|
+
"@xylabs/toolchain": "~8.6.5"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"eslint": "^10.3",
|
|
@@ -79,5 +79,8 @@
|
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
|
+
},
|
|
83
|
+
"scripts": {
|
|
84
|
+
"package-clean": "echo Not cleaning - xy imports this dist at startup, cleaning it would brick the toolchain bootstrap"
|
|
82
85
|
}
|
|
83
86
|
}
|