Skip to content

Commit

Permalink
Merge pull request #1418 from tidepool-org/UPLOAD-612-workspaces
Browse files Browse the repository at this point in the history
[UPLOAD-612] workspaces
  • Loading branch information
krystophv authored Jan 10, 2022
2 parents 8f499c2 + 0617482 commit 04fb9d1
Show file tree
Hide file tree
Showing 58 changed files with 7,216 additions and 1,495 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"no-bitwise": 0,
// TODO: either try to fix this globally or use an embedded .eslintrc for drivers
"no-use-before-define": 0,
"lodash/prefer-lodash-method": "warn",
"max-len": "warn",
"max-len": ["warn", { "code": 100 }],
"prefer-destructuring": "warn",
"no-buffer-constructor": "warn"
},
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.17.0
12.13.0
1 change: 1 addition & 0 deletions __mocks__/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ function getGlobal(string) {
}

electron.remote = { getGlobal };
electron.ipcRenderer = {send: () => null, on: () => null};

module.exports = electron;
Loading

0 comments on commit 04fb9d1

Please sign in to comment.