JSLint v2021.7.24 Release Notes

    • ๐Ÿ›  bugfix - fix jslint not warning about function-redefinition when function is defined inside a call.
    • ๐Ÿ›  bugfix - fix website crashing when linting pure json-object.
    • ci - fix race-condition when inlining css.
    • โšก๏ธ doc - update README.md with links to archived web-demos.
    • ๐Ÿ‘• jslint - add new beta-warning against redefining global-variables.
    • ๐Ÿ‘• jslint - add new beta-warning if functions are unordered.
    • ๐Ÿ‘• jslint - add new warning disallowing string-literal as property-name, e.g. {aa:0}.
    • ๐Ÿ‘• jslint - comment out shebang in jslint.mjs so older ios devices can use website.
    • ๐Ÿ‘• jslint - deprecate directive /*jslint eval*/ - use //jslint-quiet instead.
    • ๐Ÿ‘• jslint-revamp - rearrange functions in jslint.mjs to comply with ordered-functions beta-warning.
    • ๐Ÿ‘• jslint-revamp - revamp cause-based testing with more robust instrumentation.
    • โœ… tests - test artifact and column-position in warnings are correct.