bokuns

Results 1 issues of bokuns

I add ```eslintPlugin()``` in ```vite.config.js``` as following: ``` export default defineConfig({ plugins: [ vue(), eslintPlugin({ fix: true, exclude: path.resolve(__dirname, './src/main.js'), // still throw the error even I excluded main.js from...

status: review needed