Skip to content

Commit

Permalink
refactor: modernize codebase and drop dependencies (#110)
Browse files Browse the repository at this point in the history
* refactor: modernize codebase and drop dependencies

* chore: add missing await

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>

---------

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
  • Loading branch information
dsanders11 and jkleinsc authored Oct 15, 2024
1 parent 0ddc824 commit e3897e2
Show file tree
Hide file tree
Showing 9 changed files with 1,013 additions and 2,249 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"env": {
"node": true,
"commonjs": true,
"es2021": true,
"mocha": true
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
Expand Down
Loading

0 comments on commit e3897e2

Please sign in to comment.