Skip to content

Commit

Permalink
Add workspace settings and extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Jul 26, 2021
1 parent e6f1827 commit 18843d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.validate": ["typescript", "typescriptreact"],
"files.exclude": {
"node_modules": true,
"yarn.lock": true
}
}

0 comments on commit 18843d5

Please sign in to comment.