refactor: Be more selective in eslint ignorance (#5955)

Rather than ignoring blockly_uncompressed.js, gulpfile.js and
core/utils/global.js entirely, add suitable eslint-disable directives
to those files so that they lint cleanly (and migrate gulpfile to
use const instead of var).
This commit is contained in:
Christopher Allen
2022-02-23 22:12:15 +00:00
committed by GitHub
parent 5078dcbc6d
commit 00a75ca048
4 changed files with 15 additions and 12 deletions

View File

@@ -16,6 +16,8 @@
goog.module('Blockly.utils.global');
/* eslint-disable no-undef, no-invalid-this */
/**
* Reference to the global object.
*