Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 15, 2024
1 parent e72f9f6 commit 4eb3afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'node:fs/promises'
import type { Linter } from 'eslint'
import { hash as makeHash } from 'ohash'
import { version } from '../package.json'
import type { FlatConfigsToPluginsOptions, FlatConfigsToRulesOptions } from './core'
import type { FlatConfigsToRulesOptions } from './core'
import { flatConfigsToPlugins, pluginsToRulesDTS } from './core'

export interface TypeGenOptions extends FlatConfigsToRulesOptions {
Expand Down

0 comments on commit 4eb3afe

Please sign in to comment.