github jslint-org/jslint v2021.5.26
v2021.5.26 - globalThis and new warnings unordered_param_a, unordered_property_a

latest releases: v2024.6.28, v2024.3.26, v2024.3.25...
3 years ago
  • 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.

Don't miss a new jslint release

NewReleases is sending notifications on new releases.