Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 18, 2023
1 parent c9f5be1 commit 534fbfa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/context.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { relative } from 'node:path'
import type fs from 'node:fs'
import process from 'node:process'
import Debug from 'debug'
import type { UpdatePayload, ViteDevServer } from 'vite'
import { slash, throttle, toArray } from '@antfu/utils'
Expand Down
2 changes: 1 addition & 1 deletion src/core/resolvers/ionic.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ComponentResolver } from '../../types'

/**
/**
* source: https://github.com/nuxt-modules/ionic/blob/main/src/imports.ts
* @author @danielroe
*/
Expand Down
1 change: 1 addition & 0 deletions src/core/resolvers/vueuse-directive.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { readFileSync } from 'node:fs'
import process from 'node:process'
import { resolveModule } from 'local-pkg'
import type { ComponentResolver } from '../../types'

Expand Down
1 change: 1 addition & 0 deletions src/core/resolvers/vueuse.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { readFileSync } from 'node:fs'
import process from 'node:process'
import { resolveModule } from 'local-pkg'
import type { ComponentResolver } from '../../types'

Expand Down
1 change: 1 addition & 0 deletions src/core/unplugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { existsSync } from 'node:fs'
import process from 'node:process'
import { createUnplugin } from 'unplugin'
import { createFilter } from '@rollup/pluginutils'
import chokidar from 'chokidar'
Expand Down
1 change: 1 addition & 0 deletions src/core/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { parse } from 'node:path'
import process from 'node:process'
import { minimatch } from 'minimatch'
import resolve from 'resolve'
import { slash, toArray } from '@antfu/utils'
Expand Down

0 comments on commit 534fbfa

Please sign in to comment.