mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
Make ESLint compatible with nodejs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
env:
|
||||
browser: true
|
||||
es2021: true
|
||||
node: true
|
||||
extends: eslint:recommended
|
||||
parserOptions:
|
||||
ecmaVersion: latest
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user