Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Dec 15, 2024
1 parent 5e3a286 commit 42fea3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ code --install-extension bradlc.vscode-tailwindcss
Create a `biome.json` with the following contents:

```json
{ "extends": ["ultracite"] }
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"extends": ["ultracite"]
}
```

Ultracite is designed to be used with [VS Code](https://code.visualstudio.com/). Create a `.vscode/settings.json` file with the following contents to enable full formatting and fixing on save:
Expand Down

0 comments on commit 42fea3d

Please sign in to comment.