Skip to content

Commit

Permalink
Add tailwindcss formatter for CSS files and JSONC
Browse files Browse the repository at this point in the history
formatter for biome.json file. Update package.json
dependencies.
  • Loading branch information
o-az committed Nov 8, 2023
1 parent 1edd09b commit 0f73647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"[json]": { "editor.defaultFormatter": "biomejs.biome" },
"[jsonc]": { "editor.defaultFormatter": "biomejs.biome" },
"files.associations": {
"*.css": "tailwindcss"
"*.css": "tailwindcss",
"biome.json": "jsonc"
},
"editor.quickSuggestions": {
"strings": "on"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@radix-ui/themes": "^2.0.0",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-devtools": "^5.4.2",
"@wagmi/core": "2.0.0-beta.0",
"million": "^2.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@wagmi/core": "2.0.0-beta.0",
"viem": "2.0.0-beta.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0f73647

Please sign in to comment.