- 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.
- npmjs.com package/jslintThis 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
- github.com jslint-org/jslintTo install, just download and save https://www.jslint.com/jslint.mjs to file
- Issues:5
- Last commit:29 June 2024
- en.wikipedia.org JSLintJSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.
- jetbrains.com help/idea/jslint.htmlWhen JSLint support is enabled, IntelliJ IDEA highlights errors that JSLint detects, provides descriptions for them, and suggests quick-fixes where possible.
- marketplace.visualstudio.com items…In order to disable JSLint for a workspace, specify "jslint.enable": false in the workspace settings.
- codekitapp.com help/jslint/Both tools are similar and the instructions for ESLint mostly apply to JSLint as well (though there are far fewer options for JSLint).
- packagecontrol.io packages/JSLintLinux users, if your node command is 'nodejs', as is the case when installing from some Linux repos, navigate to Preferences > Package Settings > JSLint...
- langui.net jslint/JSLint – the JavaScript code quality tool, is now available for OS X!