Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 6, 2024
1 parent 3668391 commit 6dd2f3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/configs/special-cases.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GLOB_MARKDOWN, GLOB_SRC, GLOB_SRC_EXT } from '../globs'
import { pluginImport } from '../plugins'
import { Config } from '../types'
import type { Config } from '../types'

export const specialCases: Config[] = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/configs/unicorn.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { pluginUnicorn } from '../plugins'
import { Config } from '../types'
import type { Config } from '../types'

export const unicorn: Config[] = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import {
sortImports,
sortPackageJson,
sortTsconfig,
specialCases,
typescript,
unicorn,
unocss,
vue,
yml,
specialCases,
} from './configs'
import { hasUnocss, hasVue } from './env'
import type { Config } from './types'
Expand Down

0 comments on commit 6dd2f3c

Please sign in to comment.