Skip to content

Instantly share code, notes, and snippets.

@Alexisvt
Forked from agcty/settings.json
Last active September 2, 2019 15:19
Show Gist options
  • Save Alexisvt/40a20a5e1fd46641859bafa8fe26912a to your computer and use it in GitHub Desktop.
Save Alexisvt/40a20a5e1fd46641859bafa8fe26912a to your computer and use it in GitHub Desktop.
Nuxt's VSCode settings file
{
"eslint.validate": [
{
"language": "vue",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
},
{
"language": "javascriptreact",
"autoFix": true
}
],
"eslint.autoFixOnSave": true,
"editor.formatOnSave": false,
"typescriptHero.imports.insertSemicolons": false,
"vetur.format.defaultFormatter.html": "prettier"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment