first commit
first commit
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user