-
latest jslint currently has no official plugin-support for atom or vscode. for older versions of jslint, there are examples of how to do so @ https://github.com/ajhyndman/vscode-jslint/tree/master/jslint and https://github.com/tcarlsen/atom-jslint. i think adding support for vscode would be good for jslint's visibility (its 3rd most popular ide @ https://pypl.github.io/IDE.html). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have a VS Code plugin that ran JSLint 2019-09-17 edition on v.1.39. I stopped using it after I switched from VS Code. Do you need help with it? |
Beta Was this translation helpful? Give feedback.
-
fyi, pr #395 added vscode-support for latest jslint (v2022.5.1-beta). Quickstart JSLint in VS CodeTo run JSLint in VS Code:
|
Beta Was this translation helpful? Give feedback.
fyi, pr #395 added vscode-support for latest jslint (v2022.5.1-beta).
Quickstart JSLint in VS Code
To run JSLint in VS Code:
vscode-jslint
[JSLint - Lint File]
[Ctrl + Shift + J], [L]
[ Cmd + Shift + J], [L]
for Mac