Skip to content

v2021.6.3 - add eslint-like ignore-directives `/*jslint-disable*/`, `/*jslint-enable*/`, `//jslint-quiet`.

Compare
Choose a tag to compare
@kaizhu256 kaizhu256 released this 03 Jun 22:00
· 216 commits to master since this release
c78c808
  • breaking-change - hardcode const fudge = 1
  • breaking-change - remove little-used-feature allowing jslint to accept array-of-strings as source b/c internal lines-object has been changed from array-of-strings to array-of-objects.
  • doc - add svg changelog.
  • doc - add svg package-listing.
  • doc - document cli-feature to jslint entire directory.
  • jslint - add eslint-like ignore-directives /*jslint-disable*/, /*jslint-enable*/, //jslint-quiet.
  • jslint - add new warning Directive /*jslint-disable*/ was not closed with /*jslint-enable*/..
  • jslint - add new warning Directive /*jslint-enable*/ was not opened with /*jslint-disable*/..
  • jslint - remove obsolete ie-era warning about duplicate names for caught-errors.
  • website - move options-ui to top of page after editor-ui