mirror of
https://github.com/google/blockly.git
synced 2026-01-05 16:10:09 +01:00
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).
20 lines
313 B
Plaintext
20 lines
313 B
Plaintext
*_compressed*.js
|
|
/msg/*
|
|
/build/*
|
|
/dist/*
|
|
/tests/blocks/*
|
|
/tests/themes/*
|
|
/tests/compile/*
|
|
/tests/jsunit/*
|
|
/tests/generators/*
|
|
/tests/mocha/run_mocha_tests_in_browser.js
|
|
/tests/screenshot/*
|
|
/tests/test_runner.js
|
|
/tests/workspace_svg/*
|
|
/generators/*
|
|
/demos/*
|
|
/appengine/*
|
|
/externs/*
|
|
/closure/*
|
|
/scripts/gulpfiles/*
|