first commit

first commit
This commit is contained in:
zhouchengrong
2023-07-26 15:54:34 +08:00
parent 8372f4485f
commit 913b100ac9
22 changed files with 3287 additions and 1377 deletions

View File

@@ -2,7 +2,7 @@ module.exports = {
root: true, // 停止在父级目录中寻找
env: {
es6: true, // 启用 ES6 语法支持以及新的 ES6 全局变量或类型
node: true // Node.js 全局变量和 Node.js 作用域
node: true, // Node.js 全局变量和 Node.js 作用域
},
extends: ['plugin:vue/essential'],
rules: {