@jiakun-zhao/eslint-config 4.1.8 → 4.3.0

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/index.d.mts CHANGED
@@ -1,14 +1,14 @@
1
- import { FlatConfigComposer } from 'eslint-flat-config-utils';
2
- import { FlatGitignoreOptions } from 'eslint-config-flat-gitignore';
1
+ import { FlatConfigComposer } from "eslint-flat-config-utils";
2
+ import { FlatGitignoreOptions } from "eslint-config-flat-gitignore";
3
+ import "@typescript-eslint/types";
3
4
 
5
+ //#region src/types.d.ts
4
6
  interface Options {
5
- ignores?: string[];
6
- gitignore?: FlatGitignoreOptions;
7
- oxlint?: {
8
- enable?: boolean;
9
- };
7
+ ignores?: string[];
8
+ gitignore?: FlatGitignoreOptions;
10
9
  }
11
-
10
+ //#endregion
11
+ //#region src/index.d.ts
12
12
  declare function export_default(options?: Options): FlatConfigComposer;
13
-
14
- export { export_default as default };
13
+ //#endregion
14
+ export { export_default as default };