Skip to content

Instantly share code, notes, and snippets.

View jon-hotaisle's full-sized avatar

Jon Stevens jon-hotaisle

View GitHub Profile
@jon-hotaisle
jon-hotaisle / biome.jsonc
Created September 13, 2025 05:33
biome.jsonc for use with ultracite.ai
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["ultracite"],
"formatter": {
"indentStyle": "tab",
"indentWidth": 4,
"lineWidth": 80
},
"javascript": {
"formatter": {