You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Standard: [JavaScript Standard Style](https://marketplace.visualstudio.com/items?itemName=chenxsan.vscode-standardjs) or [JS "Standard" Linter](https://marketplace.visualstudio.com/items?itemName=shinnn.standard)
24
26
25
27
## Extension Settings
26
28
@@ -33,6 +35,7 @@ Possible Values:
33
35
*`eslint`
34
36
*`jscs`
35
37
*`jshint`
38
+
*`standard`
36
39
37
40
The default linters will be set if you either open a Javascript file while a folder is opened (if you just open single files the linters won't get set automatically) or if you run the command `Automatically set correct Javascript linters` from the command palette.
0 commit comments