Skip to content

Commit

Permalink
🔨 chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Pauline <[email protected]>
  • Loading branch information
pauliesnug committed Sep 22, 2024
1 parent 303dd15 commit 2c1e430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/eslint-config/src/configs/typescript.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { Linter } from 'eslint';
import type { OptionsTypeScript, TypedFlatConfigItem } from '../types';
import process from 'node:process';
import { GLOB_ASTRO_TS, GLOB_MARKDOWN, GLOB_TS, GLOB_TSX } from '../globs';
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

export * from './configs';
export * from './factory';
export { defineConfig as default } from './factory';
export * from './globs';
export * from './utils';

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

0 comments on commit 2c1e430

Please sign in to comment.