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

Commit

Permalink
WCH-OPS: upgrade electron-builder and related dependencies to fix bui…
Browse files Browse the repository at this point in the history
  • Loading branch information
VPecc committed Jul 22, 2022
1 parent d690659 commit 4a707e5
Show file tree
Hide file tree
Showing 4 changed files with 27,291 additions and 6,654 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ module.exports = {
'no-multi-assign': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
'no-alert': 0
'no-alert': 0,
'vue/html-closing-bracket-newline': 0,
'vue/multiline-html-element-content-newline': 0,
'vue/attributes-order': 0,
'vue/html-closing-bracket-spacing': 0,
'vue/no-unused-components': 0
}
}
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.18.3
16.16.0
Loading

0 comments on commit 4a707e5

Please sign in to comment.