JSLint v2021.6.3 Release Notes

    • ๐Ÿ’ฅ 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