VSCode extension to integrate modern-standard into VSCode.
- Press ⌘P(ctrl-p under Linux/Windows) to bring up VSCode Command Palette.
- Input
ext install modern-standard, vscode would loading all extensions whose name containsmodern-standard. - Install the
modern-standardlinter.
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
}
