Skip to content

Commit

Permalink
chore: biome fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Oct 19, 2024
1 parent 45936e2 commit 4ceac93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function ESLintPlugin(
};
}

export {
type ESLintPluginOptions,
type ESLintPluginUserOptions,
export type {
ESLintPluginOptions,
ESLintPluginUserOptions,
} from "./types";

0 comments on commit 4ceac93

Please sign in to comment.