mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
* chore: initial setup for linting ts * chore: Temporarily disable most of the rules causing problems * chore: fix autofixable problems. * chore: ignore the last few files and rules * chore: fix remaining lint errors * chore: fix more small lint * chore: run original rules on js files, new ts rules on ts files * chore: use jsdoc style return in js files * chore: add lint fix script * chore: fix prefer-spread lint * chore: fix no-invalid-this rule * chore: fix no-unused-vars * chore: fix trashcan lint
21 lines
324 B
Plaintext
21 lines
324 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/*
|
|
/typings/*
|