Skip to content

Instantly share code, notes, and snippets.

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 jingyulong/696bd4a4a2c53d65c08482138492e0f5 to your computer and use it in GitHub Desktop.
Save jingyulong/696bd4a4a2c53d65c08482138492e0f5 to your computer and use it in GitHub Desktop.
VScodeConfig
{
"editor.formatOnPaste": true,
"editor.formatOnType": false,
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
"eslint.autoFixOnSave": true,
"eslint.enable": true,
"eslint.validate": [
{
"language": "html",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
},
{
"language": "vue-html",
"autoFix": true
}
],
"vetur.format.defaultFormatter.js": "vscode-typescript"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment