Skip to content

Commit

Permalink
fix: update eslint types
Browse files Browse the repository at this point in the history
Necessary for `globalThis`
  • Loading branch information
Pascal Pickel authored and Pascal Pickel committed Jan 16, 2024
1 parent f1742e2 commit 06235a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ every new version is a new major version.

- `openFile` export.

### Changed

- Updated `es6` -> `es2021` in eslint config `env`.

### Fixed

- Make new `isVerboseLogging` persistent setting get/set compatible with Main
Expand Down
2 changes: 1 addition & 1 deletion config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module.exports = {
'md',
],
env: {
es6: true,
es2021: true,
browser: true,
node: true,
jasmine: true,
Expand Down

0 comments on commit 06235a6

Please sign in to comment.