Skip to content

Commit

Permalink
chore: 🔧 formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Jun 22, 2024
1 parent 72a74ce commit b1b81c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"[prisma]": { "editor.defaultFormatter": "Prisma.prisma" },
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.organize.biome": "explicit",
"source.fixAll": "explicit"
"source.organizeImports.biome": "explicit",
"quickfix.biome": "explicit"
},
"eslint.workingDirectories": [
{ "pattern": "apps/*/" },
Expand Down

0 comments on commit b1b81c9

Please sign in to comment.