Make ESLint compatible with nodejs

This commit is contained in:
mmvanheusden
2022-07-08 11:13:22 +02:00
parent b6852432dd
commit 087e40a705
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
env:
browser: true
es2021: true
node: true
extends: eslint:recommended
parserOptions:
ecmaVersion: latest

View File

@@ -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