• This file allows JSLint to be run from a web browser. It can accept a source program and analyze it without sending it over the network.
  • This can be used as a frontend to node-jslint's collection of editions of the JSLINT code.
    • Weekly downloads:
      43.024
    • Version:
      0.12.1 · 29 January 2019
    • Size:
      3.19 MB
  • To install, just download and save https://www.jslint.com/jslint.mjs to file
    • Issues:
      5
    • Last commit:
      29 June 2024
  • JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.
  • When JSLint support is enabled, IntelliJ IDEA highlights errors that JSLint detects, provides descriptions for them, and suggests quick-fixes where possible.
  • In order to disable JSLint for a workspace, specify "jslint.enable": false in the workspace settings.
  • Both tools are similar and the instructions for ESLint mostly apply to JSLint as well (though there are far fewer options for JSLint).
  • Linux users, if your node command is 'nodejs', as is the case when installing from some Linux repos, navigate to Preferences > Package Settings > JSLint...
  • JSLint – the JavaScript code quality tool, is now available for OS X!