Skip to content

Instantly share code, notes, and snippets.

@paxti
Created June 13, 2018 00:39
Show Gist options
  • Save paxti/b5467b45199c9e51e9fa55e1d7115fc1 to your computer and use it in GitHub Desktop.
Save paxti/b5467b45199c9e51e9fa55e1d7115fc1 to your computer and use it in GitHub Desktop.
Enable eslint for Vue files in Visual studio code
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment