This commit is contained in:
chenjinsong
2021-06-11 10:00:22 +08:00
parent 13329e8f85
commit bc54fc58fd
31 changed files with 2819 additions and 92 deletions

View File

@@ -4,16 +4,13 @@ module.exports = {
es2021: true
},
extends: [
'plugin:vue/essential',
'plugin:vue/vue3-essential',
'standard'
],
parserOptions: {
ecmaVersion: 12,
sourceType: 'module'
},
plugins: [
'vue'
],
rules: {
eqeqeq: 0, // 关闭必须使用全等
'no-extend-native': 0,