Skip to content

Instantly share code, notes, and snippets.

@mzbac
Created July 7, 2016 05:09
Show Gist options
  • Save mzbac/ce93e9cd0868c9dea83370581c88a04a to your computer and use it in GitHub Desktop.
Save mzbac/ce93e9cd0868c9dea83370581c88a04a to your computer and use it in GitHub Desktop.
In VSC, push F1, then write "extension", select "installer extension" and then, write "eslint" and validate. you will have to relaunch VSC
In VSC code, open the user parameters (settings.json) and write:
{
//disable default javascript validator replaced by eslint
"javascript.validate.enable" : false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment