mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-15 06:52:10 +08:00
chore: eslint配置修改,解决vue3宏编程vscode提示错误
This commit is contained in:
parent
ace8c1c411
commit
cf8b1120b1
@ -13,6 +13,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
env: {
|
||||
'vue/setup-compiler-macros': true,
|
||||
node: true,
|
||||
},
|
||||
extends: ["plugin:vue/vue3-essential", "eslint:recommended"],
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
node_modules
|
||||
.husky
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx --no-install commitlint -e
|
Loading…
x
Reference in New Issue
Block a user