remove eslint, regenerate yarn lock file
This commit is contained in:
parent
a92dd1d94e
commit
4dbe95cdc9
7 changed files with 1086 additions and 1841 deletions
|
|
@ -5,7 +5,6 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
|
|||
import { playwright } from '@vitest/browser-playwright'
|
||||
import { defineConfig } from 'vite'
|
||||
import biomePlugin from 'vite-plugin-biome'
|
||||
import eslint from 'vite-plugin-eslint2'
|
||||
import stylelint from 'vite-plugin-stylelint'
|
||||
import vueDevTools from 'vite-plugin-vue-devtools'
|
||||
import { configDefaults } from 'vitest/config'
|
||||
|
|
@ -156,12 +155,6 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
biomePlugin({
|
||||
mode: 'check',
|
||||
}),
|
||||
eslint({
|
||||
lintInWorker: true,
|
||||
lintOnStart: true,
|
||||
customOverlay: true,
|
||||
cacheLocation: resolve(projectRoot, 'node_modules/.cache/eslintcache'),
|
||||
}),
|
||||
stylelint({
|
||||
lintInWorker: true,
|
||||
lintOnStart: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue