Skip to content

Instantly share code, notes, and snippets.

@danielbonifacio
Created March 13, 2019 12:33
Show Gist options
  • Save danielbonifacio/c0ecb79079376e63b14a43b72587534a to your computer and use it in GitHub Desktop.
Save danielbonifacio/c0ecb79079376e63b14a43b72587534a to your computer and use it in GitHub Desktop.
Configuração do ESLint no Visual Studio Code
{
"eslint.autoFixOnSave": true,
"eslint.validate": [
{
"language": "vue",
"autoFix": true
},
{
"language": "html",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment