Explorar el Código

chore: fix lint

alvarosabu hace 1 año
padre
commit
99481852db
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      playground/vite.config.ts

+ 2 - 2
playground/vite.config.ts

@@ -6,7 +6,7 @@ import Components from 'unplugin-vue-components/vite'
 import glsl from 'vite-plugin-glsl'
 import UnoCSS from 'unocss/vite'
 import { templateCompilerOptions } from '@tresjs/core'
-import { qrcode } from 'vite-plugin-qrcode';
+import { qrcode } from 'vite-plugin-qrcode'
 
 // https://vitejs.dev/config/
 export default defineConfig({
@@ -31,7 +31,7 @@ export default defineConfig({
     UnoCSS({
       /* options */
     }),
-    qrcode() // only applies in dev mode
+    qrcode(), // only applies in dev mode
   ],
   resolve: {
     alias: {