modern-standard-ide-plugin-vscode
v0.0.2
Published
Use modern-standard to lint JavaScript files.
Downloads
5
Readme
vscode-standardjs
VSCode extension to integrate standardjs into VSCode.
Installation
Press ⌘P(ctrl-p under Linux/Windows) to bring up VSCode Command Palette.
Input
ext install standardjs, vscode would loading all extensions whose name containsstandardjs.Install the one you want.

Options
You can config standard in visual studio code settings.json file:

You might also need to set javascript.validate.enable to false in settings.json file, it would disable the default javascript validatation shipped with VS Code.
{
"javascript.validate.enable": false
}