Skip to content

Commit

Permalink
docs: 📝 add extensions recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Apr 3, 2023
1 parent afabe35 commit 612c01b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dist-ssr
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea
.DS_Store
*.suo
Expand All @@ -25,6 +26,8 @@ dist-ssr

# vitest
coverage

# playwright
/test-results/
/playwright-report/
/playwright/.cache/
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss"
]
}
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"cSpell.words": [
"clsx",
"daisyui",
"noreferrer",
"Parens",
"tailwindcss",
"turborepo",
"vite",
"vitest",
"zustand"
],
"editor.formatOnSave": true,
"css.lint.unknownAtRules": "ignore"
}

0 comments on commit 612c01b

Please sign in to comment.