Skip to content

Instantly share code, notes, and snippets.

@black-black-cat
Created April 1, 2018 15:29
Show Gist options
  • Save black-black-cat/051b2974200a9f886ab9029a6fbd35bf to your computer and use it in GitHub Desktop.
Save black-black-cat/051b2974200a9f886ab9029a6fbd35bf to your computer and use it in GitHub Desktop.
vscode eslint auto fix
{
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
{
"language": "vue",
"autoFix": true
},
"html",
"vue"
],
"eslint.enable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment