JSLint v2021.5.26 Release Notes

    • ci - fix ci silently failing in node-v12 and node-v14.
    • ๐Ÿ‘• cli - add env var JSLINT_CLI to force-trigger cli in jslint.js (used for code-coverage of cli).
    • ๐Ÿ‘• jslint - add "globalThis" to default globals.
    • jslint - add new rules unordered_param_a, unordered_property_a, that warn if parameters and properties are listed in nonascii-order.
    • ๐Ÿ‘• jslint - fix bug where (global) functionage missing properties finally and try.
    • ๐Ÿ‘• jslint - fix bug failing to parse unicode "\u{12345}".
    • ๐Ÿ‘• jslint - fix bug falsely warning against conditional-chaining-operator "?.".
    • ๐Ÿ‘• jslint - remove deadcode for preaction-binary-".".
    • jslint - remove deadcode warning bad_option_a.
    • website - add fork-me ribbon.
    • website - load index.html with example code.
    • ๐Ÿ”€ website - merge file report.js into browser.js.