diff options
author | 2022-08-04 22:46:50 +0200 | |
---|---|---|
committer | 2022-08-04 22:46:50 +0200 | |
commit | 208a373fd08ac550778745eb6e4536bf02537da7 (patch) | |
tree | 5532db489753d17c7fd22c06b604b04322d818ec /src/main.ts | |
parent | 8089c60000000c42c821c6586c128d3d2b248885 (diff) | |
download | it-tools-208a373fd08ac550778745eb6e4536bf02537da7.tar.gz it-tools-208a373fd08ac550778745eb6e4536bf02537da7.tar.zst it-tools-208a373fd08ac550778745eb6e4536bf02537da7.zip |
refactor(lint): added import rules
Diffstat (limited to 'src/main.ts')
-rw-r--r-- | src/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.ts b/src/main.ts index fe0b02f..e50bc37 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,7 @@ import { createApp } from 'vue'; import { createPinia } from 'pinia'; import { createHead } from '@vueuse/head'; +// eslint-disable-next-line import/no-unresolved import { registerSW } from 'virtual:pwa-register'; import { plausible } from './plugins/plausible.plugin'; |