Skip to content

Commit

Permalink
Make ESLint compatible with nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvanheusden committed Jul 8, 2022
1 parent b685243 commit 087e40a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
env:
browser: true
es2021: true
node: true
extends: eslint:recommended
parserOptions:
ecmaVersion: latest
Expand Down
1 change: 0 additions & 1 deletion downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ const createCommand = () => {
}
}


/**
* Runs a command in a separate process, printing errors and debugging info to the console
* @param command The command to run
Expand Down

0 comments on commit 087e40a

Please sign in to comment.