@longzai-intelligence-oxlint/tsup-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.
@@ -1,5 +1,8 @@
1
1
  import { OxlintRules } from "@longzai-intelligence-oxlint/core";
2
2
  //#region src/configs/recommended.config.d.ts
3
+ /**
4
+ * 推荐规则集
5
+ */
3
6
  declare const recommended: OxlintRules;
4
7
  //#endregion
5
8
  export { recommended };
package/dist/index.d.ts CHANGED
@@ -5,6 +5,9 @@
5
5
  declare const requireTsupConfigImportRule: import("@oxlint/plugins").Rule;
6
6
  //#endregion
7
7
  //#region src/index.d.ts
8
+ /**
9
+ * tsup-config 插件实例
10
+ */
8
11
  declare const tsupConfigPlugin: import("@oxlint/plugins").Plugin;
9
12
  //#endregion
10
13
  export { tsupConfigPlugin as default, tsupConfigPlugin, requireTsupConfigImportRule };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longzai-intelligence-oxlint/tsup-config-plugin",
3
- "version": "0.1.5",
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.5",
38
+ "@longzai-intelligence-oxlint/core": "0.1.7",
39
39
  "@oxlint/plugins": "^1.74.0"
40
40
  },
41
41
  "devDependencies": {