@longzai-intelligence-oxlint/vitest-config-plugin 0.1.5 → 0.1.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/configs/recommended.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
declare const requireVitestConfigImportRule: import("@oxlint/plugins").Rule;
|
|
6
6
|
//#endregion
|
|
7
7
|
//#region src/index.d.ts
|
|
8
|
+
/**
|
|
9
|
+
* vitest-config 插件实例
|
|
10
|
+
*/
|
|
8
11
|
declare const vitestConfigPlugin: import("@oxlint/plugins").Plugin;
|
|
9
12
|
//#endregion
|
|
10
13
|
export { vitestConfigPlugin as default, vitestConfigPlugin, requireVitestConfigImportRule };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longzai-intelligence-oxlint/vitest-config-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typecheck:test": "tsgo --noEmit -p tsconfig/test.json"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@longzai-intelligence-oxlint/core": "0.1.
|
|
38
|
+
"@longzai-intelligence-oxlint/core": "0.1.7",
|
|
39
39
|
"@oxlint/plugins": "^1.74.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|