chore(ci): eslint + prettier → biome (#325)

This commit is contained in:
Sam Potts
2026-01-23 11:33:04 +00:00
committed by GitHub
parent 93d8b95b2d
commit bf76dfa593
204 changed files with 1172 additions and 4443 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
---
import GithubSlugger from 'github-slugger';
import { ChevronDown } from 'lucide-react';
import type { Guide, Section, SupportedFramework, SupportedStyle } from '@/types/docs';
import { isSection } from '@/types/docs';
import { ChevronDown } from 'lucide-react';
import GithubSlugger from 'github-slugger';
type Props<F extends SupportedFramework = SupportedFramework> = {
item: Guide | Section;