Skip to content

Commit

Permalink
chore: VSCodeの設定を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Oct 20, 2024
1 parent e4d05f8 commit 3ae39f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"[javascript][javascriptreact][typescript][typescriptreact][css][scss][html][json][jsonc][yaml]": {
"[javascript][javascriptreact][typescript][typescriptreact][css][scss][postcss][html][json][jsonc][yaml]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"quickFix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
Expand Down

0 comments on commit 3ae39f3

Please sign in to comment.