Skip to content

Instantly share code, notes, and snippets.

@maxtortime
Last active April 29, 2018 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxtortime/769757843d28930b63511ffd21e36aa6 to your computer and use it in GitHub Desktop.
Save maxtortime/769757843d28930b63511ffd21e36aa6 to your computer and use it in GitHub Desktop.
Adjust eslint-plugin-vue
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"eslint.enable": true,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/.idea": true,
"**/.vscode": false,
"**/yarn.lock": true,
"**/tmp": true
},
"eslint.validate": [
"javascript",
{"autoFix": true, "language": "vue"},
"html"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment