Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit 4a707e5

Browse files
committed
WCH-OPS: upgrade electron-builder and related dependencies to fix build error
see: nklayman/vue-cli-plugin-electron-builder#1701
1 parent d690659 commit 4a707e5

4 files changed

Lines changed: 27291 additions & 6654 deletions

File tree

.eslintrc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ module.exports = {
3131
'no-multi-assign': 0,
3232
// allow debugger during development
3333
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
34-
'no-alert': 0
34+
'no-alert': 0,
35+
'vue/html-closing-bracket-newline': 0,
36+
'vue/multiline-html-element-content-newline': 0,
37+
'vue/attributes-order': 0,
38+
'vue/html-closing-bracket-spacing': 0,
39+
'vue/no-unused-components': 0
3540
}
3641
}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.3
1+
16.16.0

0 commit comments

Comments
 (0)