@longzai-intelligence-oxlint/presets 0.0.31 → 0.0.32
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/base.entry-CthwmWvQ.d.mts +12 -0
- package/dist/base.entry-DAZ3vCI1.d.cts +12 -0
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/dist/{next.entry-CGk5Olu-.d.cts → next.entry-D3RAZpsI.d.mts} +2 -2
- package/dist/{next.entry-bVX6kyUA.d.mts → next.entry-DXTuB62V.d.cts} +2 -2
- package/dist/presets/base.d.cts +2 -2
- package/dist/presets/base.d.mts +2 -2
- package/dist/presets/electron.d.cts +4 -4
- package/dist/presets/electron.d.mts +4 -4
- package/dist/presets/expo.d.cts +2 -2
- package/dist/presets/expo.d.mts +2 -2
- package/dist/presets/hono.d.cts +2 -2
- package/dist/presets/hono.d.mts +2 -2
- package/dist/presets/library.d.cts +5 -5
- package/dist/presets/library.d.mts +5 -5
- package/dist/presets/mcp.d.cts +2 -2
- package/dist/presets/mcp.d.mts +2 -2
- package/dist/presets/nest.d.cts +4 -4
- package/dist/presets/nest.d.mts +4 -4
- package/dist/presets/next.d.cts +2 -2
- package/dist/presets/next.d.mts +2 -2
- package/dist/presets/node.d.cts +2 -2
- package/dist/presets/node.d.mts +2 -2
- package/dist/presets/react.d.cts +4 -4
- package/dist/presets/react.d.mts +4 -4
- package/dist/presets/taro.d.cts +2 -2
- package/dist/presets/taro.d.mts +2 -2
- package/package.json +20 -20
- package/dist/base.entry-C2OFJfos.d.mts +0 -13
- package/dist/base.entry-C_NjaZLL.d.cts +0 -13
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride, OxlintConfigOverride as OxlintConfigOverride$1, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
2
|
+
|
|
3
|
+
//#region src/entries/base.entry.d.ts
|
|
4
|
+
type BasePresetOptions = {
|
|
5
|
+
rules?: OxlintRules;
|
|
6
|
+
overrides?: OxlintConfigOverride[];
|
|
7
|
+
ignorePatterns?: string[];
|
|
8
|
+
};
|
|
9
|
+
declare function defineConfig(options?: BasePresetOptions): OxlintConfig;
|
|
10
|
+
declare const oxlintBaseConfig: OxlintConfig;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { oxlintBaseConfig as i, OxlintConfigOverride$1 as n, defineConfig as r, OxlintConfig$1 as t };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride, OxlintConfigOverride as OxlintConfigOverride$1, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
2
|
+
|
|
3
|
+
//#region src/entries/base.entry.d.ts
|
|
4
|
+
type BasePresetOptions = {
|
|
5
|
+
rules?: OxlintRules;
|
|
6
|
+
overrides?: OxlintConfigOverride[];
|
|
7
|
+
ignorePatterns?: string[];
|
|
8
|
+
};
|
|
9
|
+
declare function defineConfig(options?: BasePresetOptions): OxlintConfig;
|
|
10
|
+
declare const oxlintBaseConfig: OxlintConfig;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { oxlintBaseConfig as i, OxlintConfigOverride$1 as n, defineConfig as r, OxlintConfig$1 as t };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { r as defineConfig } from "./base.entry-DAZ3vCI1.cjs";
|
|
2
2
|
import { defineConfig as defineConfig$1 } from "./presets/electron.cjs";
|
|
3
3
|
import { defineConfig as defineConfig$2 } from "./presets/library.cjs";
|
|
4
4
|
import { defineConfig as defineConfig$3 } from "./presets/nest.cjs";
|
|
5
|
-
import {
|
|
5
|
+
import { a as NEXTJS_SPECIAL_FILE_PATTERNS, r as defineConfig$4 } from "./next.entry-DXTuB62V.cjs";
|
|
6
6
|
import { defineConfig as defineConfig$5 } from "./presets/react.cjs";
|
|
7
7
|
import { a as ESLINT_CORE_RULES, i as TYPESCRIPT_RECOMMENDED_RULES, n as ESLINT_RECOMMENDED_RULES, r as TYPESCRIPT_PROJECT_RULES, t as UNICORN_RULES } from "./unicorn.rules-C-8jcSl5.cjs";
|
|
8
|
-
import { OxlintRuleConfig, OxlintRules, OxlintRules as OxlintRules$1 } from "@longzai-intelligence-oxlint/core";
|
|
8
|
+
import { OxlintConfig, OxlintConfigOverride, OxlintRuleConfig, OxlintRules, OxlintRules as OxlintRules$1 } from "@longzai-intelligence-oxlint/core";
|
|
9
9
|
|
|
10
10
|
//#region src/defaults/base.rules.d.ts
|
|
11
11
|
declare const PLUGIN_DEFAULTS: OxlintRules$1;
|
|
12
12
|
declare const ALL_RULES: OxlintRules$1;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { ALL_RULES, ESLINT_CORE_RULES, ESLINT_RECOMMENDED_RULES, NEXTJS_SPECIAL_FILE_PATTERNS, type OxlintRuleConfig, type OxlintRules, PLUGIN_DEFAULTS, TYPESCRIPT_PROJECT_RULES, TYPESCRIPT_RECOMMENDED_RULES, UNICORN_RULES, defineConfig as defineBaseConfig, defineConfig as defineExpoConfig, defineConfig as defineHonoConfig, defineConfig as defineMcpConfig, defineConfig as defineNodeConfig, defineConfig as defineTaroConfig, defineConfig$1 as defineElectronConfig, defineConfig$2 as defineLibraryConfig, defineConfig$3 as defineNestConfig, defineConfig$4 as defineNextConfig, defineConfig$5 as defineReactConfig };
|
|
14
|
+
export { ALL_RULES, ESLINT_CORE_RULES, ESLINT_RECOMMENDED_RULES, NEXTJS_SPECIAL_FILE_PATTERNS, type OxlintConfig, type OxlintConfigOverride, type OxlintRuleConfig, type OxlintRules, PLUGIN_DEFAULTS, TYPESCRIPT_PROJECT_RULES, TYPESCRIPT_RECOMMENDED_RULES, UNICORN_RULES, defineConfig as defineBaseConfig, defineConfig as defineExpoConfig, defineConfig as defineHonoConfig, defineConfig as defineMcpConfig, defineConfig as defineNodeConfig, defineConfig as defineTaroConfig, defineConfig$1 as defineElectronConfig, defineConfig$2 as defineLibraryConfig, defineConfig$3 as defineNestConfig, defineConfig$4 as defineNextConfig, defineConfig$5 as defineReactConfig };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { r as defineConfig } from "./base.entry-CthwmWvQ.mjs";
|
|
2
2
|
import { defineConfig as defineConfig$1 } from "./presets/electron.mjs";
|
|
3
3
|
import { defineConfig as defineConfig$2 } from "./presets/library.mjs";
|
|
4
4
|
import { defineConfig as defineConfig$3 } from "./presets/nest.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { a as NEXTJS_SPECIAL_FILE_PATTERNS, r as defineConfig$4 } from "./next.entry-D3RAZpsI.mjs";
|
|
6
6
|
import { defineConfig as defineConfig$5 } from "./presets/react.mjs";
|
|
7
7
|
import { a as ESLINT_CORE_RULES, i as TYPESCRIPT_RECOMMENDED_RULES, n as ESLINT_RECOMMENDED_RULES, r as TYPESCRIPT_PROJECT_RULES, t as UNICORN_RULES } from "./unicorn.rules-CWyKlsdA.mjs";
|
|
8
|
-
import { OxlintRuleConfig, OxlintRules, OxlintRules as OxlintRules$1 } from "@longzai-intelligence-oxlint/core";
|
|
8
|
+
import { OxlintConfig, OxlintConfigOverride, OxlintRuleConfig, OxlintRules, OxlintRules as OxlintRules$1 } from "@longzai-intelligence-oxlint/core";
|
|
9
9
|
|
|
10
10
|
//#region src/defaults/base.rules.d.ts
|
|
11
11
|
declare const PLUGIN_DEFAULTS: OxlintRules$1;
|
|
12
12
|
declare const ALL_RULES: OxlintRules$1;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { ALL_RULES, ESLINT_CORE_RULES, ESLINT_RECOMMENDED_RULES, NEXTJS_SPECIAL_FILE_PATTERNS, type OxlintRuleConfig, type OxlintRules, PLUGIN_DEFAULTS, TYPESCRIPT_PROJECT_RULES, TYPESCRIPT_RECOMMENDED_RULES, UNICORN_RULES, defineConfig as defineBaseConfig, defineConfig as defineExpoConfig, defineConfig as defineHonoConfig, defineConfig as defineMcpConfig, defineConfig as defineNodeConfig, defineConfig as defineTaroConfig, defineConfig$1 as defineElectronConfig, defineConfig$2 as defineLibraryConfig, defineConfig$3 as defineNestConfig, defineConfig$4 as defineNextConfig, defineConfig$5 as defineReactConfig };
|
|
14
|
+
export { ALL_RULES, ESLINT_CORE_RULES, ESLINT_RECOMMENDED_RULES, NEXTJS_SPECIAL_FILE_PATTERNS, type OxlintConfig, type OxlintConfigOverride, type OxlintRuleConfig, type OxlintRules, PLUGIN_DEFAULTS, TYPESCRIPT_PROJECT_RULES, TYPESCRIPT_RECOMMENDED_RULES, UNICORN_RULES, defineConfig as defineBaseConfig, defineConfig as defineExpoConfig, defineConfig as defineHonoConfig, defineConfig as defineMcpConfig, defineConfig as defineNodeConfig, defineConfig as defineTaroConfig, defineConfig$1 as defineElectronConfig, defineConfig$2 as defineLibraryConfig, defineConfig$3 as defineNestConfig, defineConfig$4 as defineNextConfig, defineConfig$5 as defineReactConfig };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OxlintConfig, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride as OxlintConfigOverride$1, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/defaults/next.patterns.d.ts
|
|
4
4
|
declare const NEXTJS_SPECIAL_FILE_PATTERNS: string[];
|
|
@@ -11,4 +11,4 @@ type NextPresetOptions = {
|
|
|
11
11
|
declare function defineConfig(options?: NextPresetOptions): OxlintConfig;
|
|
12
12
|
declare const oxlintNextConfig: OxlintConfig;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { oxlintNextConfig as n,
|
|
14
|
+
export { NEXTJS_SPECIAL_FILE_PATTERNS as a, oxlintNextConfig as i, OxlintConfigOverride$1 as n, defineConfig as r, OxlintConfig$1 as t };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OxlintConfig, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride as OxlintConfigOverride$1, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/defaults/next.patterns.d.ts
|
|
4
4
|
declare const NEXTJS_SPECIAL_FILE_PATTERNS: string[];
|
|
@@ -11,4 +11,4 @@ type NextPresetOptions = {
|
|
|
11
11
|
declare function defineConfig(options?: NextPresetOptions): OxlintConfig;
|
|
12
12
|
declare const oxlintNextConfig: OxlintConfig;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { oxlintNextConfig as n,
|
|
14
|
+
export { NEXTJS_SPECIAL_FILE_PATTERNS as a, oxlintNextConfig as i, OxlintConfigOverride$1 as n, defineConfig as r, OxlintConfig$1 as t };
|
package/dist/presets/base.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-DAZ3vCI1.cjs";
|
|
2
|
+
export { OxlintConfig, OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/base.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-CthwmWvQ.mjs";
|
|
2
|
+
export { OxlintConfig, OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OxlintConfig } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/electron.entry.d.ts
|
|
4
|
-
declare function defineConfig(): OxlintConfig;
|
|
5
|
-
declare const oxlintElectronConfig: OxlintConfig;
|
|
4
|
+
declare function defineConfig(): OxlintConfig$1;
|
|
5
|
+
declare const oxlintElectronConfig: OxlintConfig$1;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { oxlintElectronConfig as default, defineConfig };
|
|
7
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintElectronConfig as default, defineConfig };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OxlintConfig } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/electron.entry.d.ts
|
|
4
|
-
declare function defineConfig(): OxlintConfig;
|
|
5
|
-
declare const oxlintElectronConfig: OxlintConfig;
|
|
4
|
+
declare function defineConfig(): OxlintConfig$1;
|
|
5
|
+
declare const oxlintElectronConfig: OxlintConfig$1;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { oxlintElectronConfig as default, defineConfig };
|
|
7
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintElectronConfig as default, defineConfig };
|
package/dist/presets/expo.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-DAZ3vCI1.cjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/expo.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-CthwmWvQ.mjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/hono.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-DAZ3vCI1.cjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/hono.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-CthwmWvQ.mjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OxlintConfig, OxlintConfigOverride, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride, OxlintConfigOverride as OxlintConfigOverride$1, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/library.entry.d.ts
|
|
4
4
|
type LibraryPresetOptions = {
|
|
5
5
|
rules?: OxlintRules;
|
|
6
|
-
overrides?: OxlintConfigOverride[];
|
|
6
|
+
overrides?: OxlintConfigOverride$1[];
|
|
7
7
|
};
|
|
8
|
-
declare function defineConfig(options?: LibraryPresetOptions): OxlintConfig;
|
|
9
|
-
declare const oxlintLibraryConfig: OxlintConfig;
|
|
8
|
+
declare function defineConfig(options?: LibraryPresetOptions): OxlintConfig$1;
|
|
9
|
+
declare const oxlintLibraryConfig: OxlintConfig$1;
|
|
10
10
|
//#endregion
|
|
11
|
-
export { oxlintLibraryConfig as default, defineConfig };
|
|
11
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintLibraryConfig as default, defineConfig };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OxlintConfig, OxlintConfigOverride, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride, OxlintConfigOverride as OxlintConfigOverride$1, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/library.entry.d.ts
|
|
4
4
|
type LibraryPresetOptions = {
|
|
5
5
|
rules?: OxlintRules;
|
|
6
|
-
overrides?: OxlintConfigOverride[];
|
|
6
|
+
overrides?: OxlintConfigOverride$1[];
|
|
7
7
|
};
|
|
8
|
-
declare function defineConfig(options?: LibraryPresetOptions): OxlintConfig;
|
|
9
|
-
declare const oxlintLibraryConfig: OxlintConfig;
|
|
8
|
+
declare function defineConfig(options?: LibraryPresetOptions): OxlintConfig$1;
|
|
9
|
+
declare const oxlintLibraryConfig: OxlintConfig$1;
|
|
10
10
|
//#endregion
|
|
11
|
-
export { oxlintLibraryConfig as default, defineConfig };
|
|
11
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintLibraryConfig as default, defineConfig };
|
package/dist/presets/mcp.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-DAZ3vCI1.cjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/mcp.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-CthwmWvQ.mjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/nest.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OxlintConfig } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/nest.entry.d.ts
|
|
4
|
-
declare function defineConfig(): OxlintConfig;
|
|
5
|
-
declare const oxlintNestConfig: OxlintConfig;
|
|
4
|
+
declare function defineConfig(): OxlintConfig$1;
|
|
5
|
+
declare const oxlintNestConfig: OxlintConfig$1;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { oxlintNestConfig as default, defineConfig };
|
|
7
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintNestConfig as default, defineConfig };
|
package/dist/presets/nest.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OxlintConfig } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/nest.entry.d.ts
|
|
4
|
-
declare function defineConfig(): OxlintConfig;
|
|
5
|
-
declare const oxlintNestConfig: OxlintConfig;
|
|
4
|
+
declare function defineConfig(): OxlintConfig$1;
|
|
5
|
+
declare const oxlintNestConfig: OxlintConfig$1;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { oxlintNestConfig as default, defineConfig };
|
|
7
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintNestConfig as default, defineConfig };
|
package/dist/presets/next.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { NEXTJS_SPECIAL_FILE_PATTERNS, oxlintNextConfig as default, defineConfig };
|
|
1
|
+
import { a as NEXTJS_SPECIAL_FILE_PATTERNS, i as oxlintNextConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../next.entry-DXTuB62V.cjs";
|
|
2
|
+
export { NEXTJS_SPECIAL_FILE_PATTERNS, OxlintConfig, OxlintConfigOverride, oxlintNextConfig as default, defineConfig };
|
package/dist/presets/next.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { NEXTJS_SPECIAL_FILE_PATTERNS, oxlintNextConfig as default, defineConfig };
|
|
1
|
+
import { a as NEXTJS_SPECIAL_FILE_PATTERNS, i as oxlintNextConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../next.entry-D3RAZpsI.mjs";
|
|
2
|
+
export { NEXTJS_SPECIAL_FILE_PATTERNS, OxlintConfig, OxlintConfigOverride, oxlintNextConfig as default, defineConfig };
|
package/dist/presets/node.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-DAZ3vCI1.cjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/node.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-CthwmWvQ.mjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/react.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OxlintConfig } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/react.entry.d.ts
|
|
4
|
-
declare function defineConfig(): OxlintConfig;
|
|
5
|
-
declare const oxlintReactConfig: OxlintConfig;
|
|
4
|
+
declare function defineConfig(): OxlintConfig$1;
|
|
5
|
+
declare const oxlintReactConfig: OxlintConfig$1;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { oxlintReactConfig as default, defineConfig };
|
|
7
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintReactConfig as default, defineConfig };
|
package/dist/presets/react.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OxlintConfig } from "@longzai-intelligence-oxlint/core";
|
|
1
|
+
import { OxlintConfig, OxlintConfig as OxlintConfig$1, OxlintConfigOverride } from "@longzai-intelligence-oxlint/core";
|
|
2
2
|
|
|
3
3
|
//#region src/entries/react.entry.d.ts
|
|
4
|
-
declare function defineConfig(): OxlintConfig;
|
|
5
|
-
declare const oxlintReactConfig: OxlintConfig;
|
|
4
|
+
declare function defineConfig(): OxlintConfig$1;
|
|
5
|
+
declare const oxlintReactConfig: OxlintConfig$1;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { oxlintReactConfig as default, defineConfig };
|
|
7
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintReactConfig as default, defineConfig };
|
package/dist/presets/taro.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-DAZ3vCI1.cjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/dist/presets/taro.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { oxlintBaseConfig as default, defineConfig };
|
|
1
|
+
import { i as oxlintBaseConfig, n as OxlintConfigOverride, r as defineConfig, t as OxlintConfig } from "../base.entry-CthwmWvQ.mjs";
|
|
2
|
+
export { type OxlintConfig, type OxlintConfigOverride, oxlintBaseConfig as default, defineConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longzai-intelligence-oxlint/presets",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -132,27 +132,27 @@
|
|
|
132
132
|
"typecheck:test": "tsgo --noEmit -p tsconfig/test.json"
|
|
133
133
|
},
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@longzai-intelligence-oxlint/core": "0.0.
|
|
136
|
-
"@longzai-intelligence-oxlint/plugin-architecture": "0.0.
|
|
137
|
-
"@longzai-intelligence-oxlint/plugin-code-style": "0.0.
|
|
138
|
-
"@longzai-intelligence-oxlint/plugin-eslint-config": "0.0.
|
|
139
|
-
"@longzai-intelligence-oxlint/plugin-file-naming": "0.0.
|
|
140
|
-
"@longzai-intelligence-oxlint/plugin-nestjs-route": "0.0.
|
|
141
|
-
"@longzai-intelligence-oxlint/plugin-package-json": "0.0.
|
|
142
|
-
"@longzai-intelligence-oxlint/plugin-perfectionist": "0.0.
|
|
143
|
-
"@longzai-intelligence-oxlint/plugin-react": "0.0.
|
|
144
|
-
"@longzai-intelligence-oxlint/plugin-schema-type-separation": "0.0.
|
|
145
|
-
"@longzai-intelligence-oxlint/plugin-stylistic": "0.0.
|
|
146
|
-
"@longzai-intelligence-oxlint/plugin-tsconfig": "0.0.
|
|
147
|
-
"@longzai-intelligence-oxlint/plugin-tsdoc": "0.0.
|
|
148
|
-
"@longzai-intelligence-oxlint/plugin-tsdown-config": "0.0.
|
|
149
|
-
"@longzai-intelligence-oxlint/plugin-tsup-config": "0.0.
|
|
150
|
-
"@longzai-intelligence-oxlint/plugin-typescript-eslint": "0.0.
|
|
151
|
-
"@longzai-intelligence-oxlint/plugin-vitest-config": "0.0.
|
|
152
|
-
"@longzai-intelligence-oxlint/plugin-zod": "0.0.
|
|
135
|
+
"@longzai-intelligence-oxlint/core": "0.0.32",
|
|
136
|
+
"@longzai-intelligence-oxlint/plugin-architecture": "0.0.32",
|
|
137
|
+
"@longzai-intelligence-oxlint/plugin-code-style": "0.0.32",
|
|
138
|
+
"@longzai-intelligence-oxlint/plugin-eslint-config": "0.0.32",
|
|
139
|
+
"@longzai-intelligence-oxlint/plugin-file-naming": "0.0.32",
|
|
140
|
+
"@longzai-intelligence-oxlint/plugin-nestjs-route": "0.0.32",
|
|
141
|
+
"@longzai-intelligence-oxlint/plugin-package-json": "0.0.32",
|
|
142
|
+
"@longzai-intelligence-oxlint/plugin-perfectionist": "0.0.32",
|
|
143
|
+
"@longzai-intelligence-oxlint/plugin-react": "0.0.32",
|
|
144
|
+
"@longzai-intelligence-oxlint/plugin-schema-type-separation": "0.0.32",
|
|
145
|
+
"@longzai-intelligence-oxlint/plugin-stylistic": "0.0.32",
|
|
146
|
+
"@longzai-intelligence-oxlint/plugin-tsconfig": "0.0.32",
|
|
147
|
+
"@longzai-intelligence-oxlint/plugin-tsdoc": "0.0.32",
|
|
148
|
+
"@longzai-intelligence-oxlint/plugin-tsdown-config": "0.0.32",
|
|
149
|
+
"@longzai-intelligence-oxlint/plugin-tsup-config": "0.0.32",
|
|
150
|
+
"@longzai-intelligence-oxlint/plugin-typescript-eslint": "0.0.32",
|
|
151
|
+
"@longzai-intelligence-oxlint/plugin-vitest-config": "0.0.32",
|
|
152
|
+
"@longzai-intelligence-oxlint/plugin-zod": "0.0.32"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@longzai-intelligence-oxlint/oxlint-config": "0.0.
|
|
155
|
+
"@longzai-intelligence-oxlint/oxlint-config": "0.0.32",
|
|
156
156
|
"@longzai-intelligence/tsdown-config": "0.0.1",
|
|
157
157
|
"@longzai-intelligence/typescript-config": "0.0.3",
|
|
158
158
|
"@longzai-intelligence/vitest-config": "0.0.12",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as _$_longzai_intelligence_oxlint_core0 from "@longzai-intelligence-oxlint/core";
|
|
2
|
-
import { OxlintConfigOverride, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
3
|
-
|
|
4
|
-
//#region src/entries/base.entry.d.ts
|
|
5
|
-
type BasePresetOptions = {
|
|
6
|
-
rules?: OxlintRules;
|
|
7
|
-
overrides?: OxlintConfigOverride[];
|
|
8
|
-
ignorePatterns?: string[];
|
|
9
|
-
};
|
|
10
|
-
declare function defineConfig(options?: BasePresetOptions): _$_longzai_intelligence_oxlint_core0.OxlintConfig;
|
|
11
|
-
declare const oxlintBaseConfig: _$_longzai_intelligence_oxlint_core0.OxlintConfig;
|
|
12
|
-
//#endregion
|
|
13
|
-
export { oxlintBaseConfig as n, defineConfig as t };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as _$_longzai_intelligence_oxlint_core0 from "@longzai-intelligence-oxlint/core";
|
|
2
|
-
import { OxlintConfigOverride, OxlintRules } from "@longzai-intelligence-oxlint/core";
|
|
3
|
-
|
|
4
|
-
//#region src/entries/base.entry.d.ts
|
|
5
|
-
type BasePresetOptions = {
|
|
6
|
-
rules?: OxlintRules;
|
|
7
|
-
overrides?: OxlintConfigOverride[];
|
|
8
|
-
ignorePatterns?: string[];
|
|
9
|
-
};
|
|
10
|
-
declare function defineConfig(options?: BasePresetOptions): _$_longzai_intelligence_oxlint_core0.OxlintConfig;
|
|
11
|
-
declare const oxlintBaseConfig: _$_longzai_intelligence_oxlint_core0.OxlintConfig;
|
|
12
|
-
//#endregion
|
|
13
|
-
export { oxlintBaseConfig as n, defineConfig as t };
|