mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 04:47:27 +00:00
fix: tmp remove vite eslint plugin
This commit is contained in:
parent
a533c21c8c
commit
00ae29f2ac
2 changed files with 7 additions and 10 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import path from 'path'
|
||||
import eslint from 'vite-plugin-eslint'
|
||||
// import eslint from 'vite-plugin-eslint'
|
||||
import vue from '@vitejs/plugin-vue2'
|
||||
|
||||
export default {
|
||||
esbuild: {
|
||||
drop: ['console', 'debugger'],
|
||||
},
|
||||
plugins: [eslint(), vue()],
|
||||
plugins: [vue()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@/': `${path.resolve(__dirname, 'src')}/`,
|
||||
|
|
|
|||
|
|
@ -1,19 +1,16 @@
|
|||
{
|
||||
"folders": [
|
||||
"folders": [
|
||||
{
|
||||
"path": "client"
|
||||
},
|
||||
{
|
||||
"path": "client-new"
|
||||
},
|
||||
{
|
||||
"path": "server"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"settings": {
|
||||
"editor.tabSize": 2,
|
||||
"vetur.validation.style": false,
|
||||
"headwind.prependCustomClasses": false,
|
||||
"headwind.prependCustomClasses": false
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
|
|
@ -21,7 +18,7 @@
|
|||
"dbaeumer.vscode-eslint",
|
||||
"stylelint.vscode-stylelint",
|
||||
"heybourn.headwind",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"bradlc.vscode-tailwindcss"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue