Skip to content

Commit

Permalink
chore: apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 3, 2024
1 parent fc5937b commit b15eaad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Locale } from 'vue-i18n'
import { createI18n } from 'vue-i18n'
import type { UserModule } from '~/types'
import { createI18n } from 'vue-i18n'

// Import i18n resources
// https://vitejs.dev/guide/features.html#glob-import
Expand Down
2 changes: 1 addition & 1 deletion src/modules/nprogress.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import NProgress from 'nprogress'
import type { UserModule } from '~/types'
import NProgress from 'nprogress'

export const install: UserModule = ({ isClient, router }) => {
if (isClient) {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/pinia.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createPinia } from 'pinia'
import type { UserModule } from '~/types'
import { createPinia } from 'pinia'

// Setup Pinia
// https://pinia.vuejs.org/
Expand Down

0 comments on commit b15eaad

Please sign in to comment.