mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
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:
committed by
GitHub
parent
5078dcbc6d
commit
00a75ca048
@@ -16,6 +16,8 @@
|
||||
goog.module('Blockly.utils.global');
|
||||
|
||||
|
||||
/* eslint-disable no-undef, no-invalid-this */
|
||||
|
||||
/**
|
||||
* Reference to the global object.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user