Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c1e430

Browse files
committed
🔨 chore: lint
Signed-off-by: Pauline <[email protected]>
1 parent 303dd15 commit 2c1e430

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎packages/eslint-config/src/configs/typescript.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { Linter } from 'eslint';
21
import type { OptionsTypeScript, TypedFlatConfigItem } from '../types';
32
import process from 'node:process';
43
import { GLOB_ASTRO_TS, GLOB_MARKDOWN, GLOB_TS, GLOB_TSX } from '../globs';

‎packages/eslint-config/src/index.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
export * from './configs';
88
export * from './factory';
9+
export { defineConfig as default } from './factory';
910
export * from './globs';
10-
export * from './utils';
1111

1212
export type * from './types';
13-
export { defineConfig as default } from './factory';
13+
export * from './utils';

0 commit comments

Comments
 (0)