Skip to content

Commit

Permalink
chore: rename config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Nov 9, 2023
1 parent 67de5bd commit 2d7bf2d
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { OptionsConfig as AntfuOptionsConfig, ConfigItem } from '@antfu/eslint-config'
import { antfu } from '@antfu/eslint-config'
import { isPackageExists } from 'local-pkg'
import { sortManifestJson, sortPagesJson, sortThemeJson, uni } from './config'
import { sortManifestJson, sortPagesJson, sortThemeJson, uni } from './configs'

type OptionsConfigOverrides = AntfuOptionsConfig['overrides'] & {
uni?: ConfigItem['rules']
Expand Down

0 comments on commit 2d7bf2d

Please sign in to comment.