From 42fea3d7e05fa15202334e0f5f93f239a8a2f215 Mon Sep 17 00:00:00 2001 From: Hayden Bleasel Date: Sun, 15 Dec 2024 14:04:25 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9cf3ab..13fc6de 100644 --- a/README.md +++ b/README.md @@ -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: