Last active
April 23, 2019 15:42
-
-
Save skydiver/7a5ba3106c37b4bc709cab28c7f91445 to your computer and use it in GitHub Desktop.
VSCode config for Vue projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"eslint.validate": [ | |
"javascript", | |
{ "language": "vue", "autoFix": true } | |
], | |
"eslint.autoFixOnSave": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mkdir .vscode &&
wget -O .vscode/settings.json https://gist.githubusercontent.com/skydiver/7a5ba3106c37b4bc709cab28c7f91445/raw/settings.json