Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 25, 2024
1 parent 0d2a93f commit 1ab30f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/unplugin-vue-i18n/src/utils/resolver.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fs from 'node:fs'
import createDebug from 'debug'
import module from 'node:module'
import path from 'node:path'
import { resolvePackageJSON } from './pkg'

const SUPPORT_PACKAGES = ['vue-i18n', 'petite-vue-i18n'] as const
Expand Down

0 comments on commit 1ab30f4

Please sign in to comment.