Skip to content

Instantly share code, notes, and snippets.

@paulgaumer
Created February 8, 2021 09:04
Show Gist options
  • Save paulgaumer/37afcd7098eb891e6a94ed2a0670e2c5 to your computer and use it in GitHub Desktop.
Save paulgaumer/37afcd7098eb891e6a94ed2a0670e2c5 to your computer and use it in GitHub Desktop.
vscode-settings - Veeqo-front
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"javascript.format.enable": false,
"eslint.alwaysShowStatus": true,
"eslint.options": {
"extensions": [
".html",
".js",
".jsx",
".ts",
".tsx",
]
},
"prettier.enable": false,
"typescript.format.enable": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment