chore: update deps

This commit is contained in:
Vben
2021-03-26 21:16:08 +08:00
parent 2658e15dad
commit e090689ef5
16 changed files with 515 additions and 498 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
const { defineConfig } = require('eslint-define-config');
module.exports = defineConfig({
root: true,
env: {
browser: true,
@@ -58,7 +59,6 @@ module.exports = {
'vue/multiline-html-element-content-newline': 'off',
'vue/singleline-html-element-content-newline': 'off',
'vue/attribute-hyphenation': 'off',
// 'vue/html-self-closing': 'off',
'vue/require-default-prop': 'off',
'vue/html-self-closing': [
'error',
@@ -73,4 +73,4 @@ module.exports = {
},
],
},
};
});