Skip to content

Commit 42fea3d

Browse files
committed
Update README.md
1 parent 5e3a286 commit 42fea3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ code --install-extension bradlc.vscode-tailwindcss
2929
Create a `biome.json` with the following contents:
3030

3131
```json
32-
{ "extends": ["ultracite"] }
32+
{
33+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
34+
"extends": ["ultracite"]
35+
}
3336
```
3437

3538
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:

0 commit comments

Comments
 (0)