From 087e40a7050541adc837f42c640a02d7140f5e3e Mon Sep 17 00:00:00 2001 From: mmvanheusden <50550545+mmvanheusden@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:13:22 +0200 Subject: [PATCH] Make ESLint compatible with nodejs --- .eslintrc.yml | 1 + downloader.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 42fa4f14..00136bfd 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,6 +1,7 @@ env: browser: true es2021: true + node: true extends: eslint:recommended parserOptions: ecmaVersion: latest diff --git a/downloader.js b/downloader.js index 7ab4d07c..60600c8c 100644 --- a/downloader.js +++ b/downloader.js @@ -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