Skip to content

Commit

Permalink
Merge pull request wesbos#222 from dhhanush/add-vsc-config
Browse files Browse the repository at this point in the history
Update VS Code settings
  • Loading branch information
wesbos authored Feb 11, 2021
2 parents 77a620d + a377445 commit 34b865a
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 4 deletions.
14 changes: 13 additions & 1 deletion finished-application/backend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
"titleBar.inactiveForeground": "#ffffffcc",
"titleBar.activeBackground": "#FF2C70",
"titleBar.inactiveBackground": "#FF2C70CC"
}
},
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"prettier.disableLanguages": ["javascript", "javascriptreact"]
}
14 changes: 13 additions & 1 deletion finished-application/frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
"titleBar.inactiveForeground": "#000000CC",
"titleBar.activeBackground": "#FFC600",
"titleBar.inactiveBackground": "#FFC600CC"
}
},
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"prettier.disableLanguages": ["javascript", "javascriptreact"]
}
14 changes: 13 additions & 1 deletion sick-fits/backend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
"titleBar.inactiveForeground": "#ffffffcc",
"titleBar.activeBackground": "#FF2C70",
"titleBar.inactiveBackground": "#FF2C70CC"
}
},
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"prettier.disableLanguages": ["javascript", "javascriptreact"]
}
14 changes: 13 additions & 1 deletion sick-fits/frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
"titleBar.inactiveForeground": "#000000CC",
"titleBar.activeBackground": "#FFC600",
"titleBar.inactiveBackground": "#FFC600CC"
}
},
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"prettier.disableLanguages": ["javascript", "javascriptreact"]
}

0 comments on commit 34b865a

Please sign in to comment.