JSLint v2021.6.30 Release Notes

    • breaking-change - rename files *.js to *.mjs for better integration with nodejs.
    • ci - auto-screenshot example-shell-commands in README.md.
    • ๐Ÿ‘• ci - include explicit commonjs (jslint.cjs) and es-module (jslint.mjs) variants of jslint.
    • ๐Ÿ‘• jslint - disable out-of-scope warning for functions.
    • ๐Ÿ‘• jslint - reintroduce directive /*jslint indent2*/ - allow 2-space indent.
    • license - change license to public-domain/unlicense.
    • ๐Ÿ‘• website - create codemirror-plugin to highlight jslint-warnings in editor.