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

@@ -1,10 +1,7 @@
*_compressed*.js
blockly_uncompressed.js
gulpfile.js
/msg/*
/build/*
/dist/*
/core/utils/global.js
/tests/blocks/*
/tests/themes/*
/tests/compile/*