github jslint-org/jslint v2021.5.27
v2021.5.27 - add directive `/*jslint unordered*/` to tolerate unordered properties and params.

latest releases: v2024.6.28, v2024.3.26, v2024.3.25...
3 years ago
  • ci - fix expectedWarningCode not being validated.
  • ci - in windows, disable git-autocrlf.
  • deadcode - replace with assertion-check in function are_similar() - "if (a === b) { return true }".
  • deadcode - replace with assertion-check in function are_similar() superseded by id-check - "if (Array.isArray(b)) { return false; }".
  • deadcode - replace with assertion-check in function are_similar() superseded by is_weird() check - "if (a.arity === "function" && a.arity ===...c".
  • jslint - add directive test_internal_error.
  • jslint - add directive unordered to tolerate unordered properties and params.
  • jslint - inline-document each warning with cause that can reproduce it - part 1.
  • style - refactor code moving infix-operators from post-position to pre-position in multiline statements.
  • website - add hotkey ctrl-enter to run jslint.

Don't miss a new jslint release

NewReleases is sending notifications on new releases.