Skip to content

Commit

Permalink
vscode: format on save
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Apr 20, 2022
1 parent 0b38f91 commit 57c56f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// "editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[typescriptreact]": {
// "editor.defaultFormatter": "vscode.typescript-language-features"
},
}

0 comments on commit 57c56f3

Please sign in to comment.