Skip to content

Commit

Permalink
chore: 🧑‍💻 define vscode settings and extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSchulerPiletti committed Nov 14, 2023
1 parent 75c2506 commit 6f43ce7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files.autoSave": "onFocusChange",
"editor.rulers": [
80
],
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"explorer.compactFolders": false,
"workbench.tree.indent": 16,
"typescript.tsdk": "node_modules\\typescript\\lib",
"prettier.requireConfig": true
}

0 comments on commit 6f43ce7

Please sign in to comment.