From 0aa311b6d016695cf8b53df1682fc664edb1a594 Mon Sep 17 00:00:00 2001 From: aidant19 Date: Wed, 10 Jan 2024 19:06:14 -0500 Subject: [PATCH] linting optimization --- scripts/bb-cli.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bb-cli.js b/scripts/bb-cli.js index e8cc7c9b2..0b49336a8 100644 --- a/scripts/bb-cli.js +++ b/scripts/bb-cli.js @@ -1,8 +1,8 @@ // With thanks to fetchbot on discord for the code -/* -global BBPlugin, electron, window -*/ +/* eslint-env browser */ +/* global BBPlugin, electron */ + BBPlugin.register('bb-cli', { title: 'Blockbench CLI',