JSLint v2021.5.27 Release Notes

    • โš  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.