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',