Files
vercel__chat/knip.json
T
Hayden Bleasel e970a6939b Upgrade Biome configuration to use Ultracite preset (#81)
* Upgrade Biome to Ultracite

* Remove package commands

* Update biome.jsonc

* Update biome.jsonc

* Initial fixes

* Update biome.jsonc

* Remaining fixes

* Update pnpm-lock.yaml

* Fix commands

* Update knip.json

* Merge Claude files

* Fix skipped test

* Misc fixes
2026-02-20 22:01:10 -08:00

9 lines
174 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreDependencies": ["@biomejs/biome"],
"ignore": ["apps/docs/**/*"],
"rules": {
"duplicates": "off"
}
}