Skip to content

Commit

Permalink
chore: update vscode autosave and recommended extensions (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev authored Sep 21, 2024
1 parent c40ccdc commit a1011e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"emeraldwalk.runonsave",
"biomejs.biome",
"streetsidesoftware.code-spell-checker",
"prisma.prisma",
"bradlc.vscode-tailwindcss",
"streetsidesoftware.code-spell-checker-vietnamese"
]
}
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"commands": [
{
"match": "\\.(ts|tsx|js|jsx|html)$",
"cmd": "pnpm @biomejs/biome lint ${file} --apply-unsafe"
"cmd": "pnpm biome lint ${file} --apply-unsafe"
}
]
}
}
}

0 comments on commit a1011e8

Please sign in to comment.