Skip to content

Commit

Permalink
lint preload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 20, 2024
1 parent b58c11f commit ae3a8fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/preload/preload.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const remote = require('@electron/remote');
const Os = require('os');
const remote = require('@electron/remote');

// Globally export what OS we are on
const isLinux = process.platform === 'linux';
Expand Down

0 comments on commit ae3a8fb

Please sign in to comment.