Skip to content

Instantly share code, notes, and snippets.

@Zarabadoo
Created March 10, 2018 23:46
Show Gist options
  • Save Zarabadoo/e9e7297deb9480f55045fa3c9692f296 to your computer and use it in GitHub Desktop.
Save Zarabadoo/e9e7297deb9480f55045fa3c9692f296 to your computer and use it in GitHub Desktop.
VS Code vue config
{
"editor.formatOnSave": true,
"eslint.enable": true,
"eslint.validate": ["javascript", "javascriptreact", "vue", "vue-html"],
"eslint.run": "onType",
"eslint.autoFixOnSave": true,
"prettier.eslintIntegration": false,
"vetur.format.defaultFormatter.js": "prettier",
"vetur.format.defaultFormatter.css": "prettier",
"vetur.format.defaultFormatter.less": "prettier",
"vetur.format.defaultFormatter.postcss": "prettier",
"vetur.format.defaultFormatter.scss": "prettier",
"vetur.format.defaultFormatter.stylus": "stylus-supremacy",
"vetur.format.defaultFormatter.ts": "prettier",
"vetur.validation.style": true,
"vetur.validation.template": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment