JSLint v2022.6.21 Release Notes

    • ๐Ÿ‘• directive - add new directive subscript for linting of scripts targeting Google Closure Compiler
    • ๐Ÿ›  bugfix - fix expression after "await" mis-identified as statement
    • โš  warning - relax warning about missing catch in try...finally statement
    • ๐Ÿ‘• jslint - allow aliases evil, nomen for jslint-directives eval, name, respectively for backwards-compat
    • ๐Ÿ›  bugfix - fix broken codemirror example
    • ๐Ÿ›  bugfix - fix jslint not-recognizing option-chaining when comparing operands of binary operator
    • ๐Ÿ‘ allow array-literals to directly call [...].flat() and [...].flatMap()