Skip to content

Commit

Permalink
add .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 21, 2023
1 parent 982dd83 commit a8894d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"neotan.vscode-auto-restart-typescript-eslint-servers"
]
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"typescript.preferences.autoImportFileExcludePatterns": [
"@remix-run/server-runtime",
"@remix-run/router",
"react-router-dom",
"react-router"
]
}

0 comments on commit a8894d9

Please sign in to comment.