JSLint v2021.6.22 Release Notes

    • ๐Ÿ›  bugfix - fix global_list being ignored by jslint.
    • ๐Ÿ›  bugfix - fix no-warning when exception in catch-block is unused.
    • ci - migrate ci-scripts from cjs to esm.
    • ๐Ÿ‘• cli - add env-variable \$JSLINT_BETA.
    • ๐Ÿ‘• jslint - add new directive /*jslint beta*/ - enable features currently in beta.
    • ๐Ÿ‘• jslint - add new directive /*jslint variable*/ - allow unordered variable-declarations that are not at top of function-scope.
    • ๐Ÿ‘• jslint - add new warning if const/let/var statements are not declared at top of function-scope.
    • ๐Ÿ‘• jslint - add new warning if const/let/var statements are unordered.
    • ๐Ÿš€ website - invalidate url-cache with each deployment.
    • website - replace .png logo with .svg logo.
    • website - replace current-editor with CodeMirror-editor and change programming-font-family from Programma to consolas, menlo, monospace.