run eslint to fix errors

This commit is contained in:
2023-10-01 15:45:02 +02:00
parent 3850544ebb
commit 5887913f07
59 changed files with 5472 additions and 3235 deletions

View File

@@ -1,5 +1,5 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
const path = require( 'path' );
export default defineConfig( {