Skip to content

Instantly share code, notes, and snippets.

@paulgaumer
Last active May 18, 2021 08:26
Show Gist options
  • Save paulgaumer/0685bd9cb95536fd0c9683baf5c796db to your computer and use it in GitHub Desktop.
Save paulgaumer/0685bd9cb95536fd0c9683baf5c796db to your computer and use it in GitHub Desktop.
vscode-settings - Veeqo-rails
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"javascript.format.enable": false,
"eslint.alwaysShowStatus": true,
"eslint.options": {
"extensions": [
".html",
".js",
".jsx"
]
},
"[ruby]": {
"editor.formatOnSave": false
},
"[erb]": {
"editor.formatOnSave": false
},
"[javascript]": {
"editor.formatOnSave": false
},
"[jsx]": {
"editor.formatOnSave": false
},
"prettier.enable": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment