fix: lint
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { createApp } from 'vue'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { createRouter, createWebHashHistory } from 'vue-router'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { routes } from 'vue-router/auto-routes'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
@@ -4,7 +4,9 @@ import { MotionPlugin } from '@vueuse/motion'
|
||||
import { createPinia } from 'pinia'
|
||||
import { setupLayouts } from 'virtual:generated-layouts'
|
||||
import { createApp } from 'vue'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { createRouter, createWebHashHistory } from 'vue-router'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { routes } from 'vue-router/auto-routes'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
@@ -7,7 +7,9 @@ import NProgress from 'nprogress'
|
||||
import { createPinia } from 'pinia'
|
||||
import { setupLayouts } from 'virtual:generated-layouts'
|
||||
import { createApp } from 'vue'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { routes } from 'vue-router/auto-routes'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
Vendored
-2
@@ -1,5 +1,3 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APP_TARGET_HUGGINGFACE_SPACE: boolean
|
||||
// more env variables...
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
import { MotionPlugin } from '@vueuse/motion'
|
||||
import { createApp } from 'vue'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { createRouter, createWebHashHistory } from 'vue-router'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { routes } from 'vue-router/auto-routes'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
import { MotionPlugin } from '@vueuse/motion'
|
||||
import { createApp } from 'vue'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { createRouter, createWebHashHistory } from 'vue-router'
|
||||
// eslint-disable-next-line import/no-duplicates
|
||||
import { routes } from 'vue-router/auto-routes'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
Reference in New Issue
Block a user