Skip to content

Commit

Permalink
chore(VSC)
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Nov 16, 2023
1 parent c891585 commit 690c6e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"unifiedjs.vscode-mdx",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig"
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"css.validate": false,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always"
}

0 comments on commit 690c6e0

Please sign in to comment.