Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>jslintNew to Visual Studio Code? Get it now.

jslint

Andrew Hyndman

|
175,208 installs
| (4) | Free
Integrates JSLint into VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code JSLint extension

Integrates JSLint into VS Code.

Disable JSLint

In order to disable JSLint for a workspace, specify "jslint.enable": false in the workspace settings. JSLint is enabled by default.

JSLint Version

The VS Code JSLint extension looks for a local or global npm installation of jslint. This extension supports the "jslint.version" setting. Available versions correspond to the 'editions' supported by your installation of jslint.

Usage:

  • "jslint.version": "es6"
  • "jslint.version": "latest"
  • "jslint.version": "2013-02-03"
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft