Skip to content

Instantly share code, notes, and snippets.

@max8hine
Last active June 1, 2019 06:20
Show Gist options
  • Save max8hine/e9b1d0a028b17b64919d6b642fe8b01e to your computer and use it in GitHub Desktop.
Save max8hine/e9b1d0a028b17b64919d6b642fe8b01e to your computer and use it in GitHub Desktop.
.vscode
{
"[javascript]": {
"editor.formatOnSave": true
},
"[json]": {
"editor.formatOnSave": true
},
"[css]": {
"editor.formatOnSave": true
},
"prettier.eslintIntegration": true,
"css.validate": false,
"less.validate": false,
"scss.validate": false,
"stylelint.enable": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment