Fix lint issues

This commit is contained in:
RcleydsonR
2023-01-24 22:28:24 -03:00
parent 49834745a9
commit e10e8f89fc
8 changed files with 147 additions and 151 deletions

View File

@@ -8,7 +8,7 @@ import vueJsx from "@vitejs/plugin-vue-jsx";
export default defineConfig({
test: {
globals: true,
environment: 'jsdom'
environment: "jsdom",
},
plugins: [vue(), vueJsx()],
resolve: {