Skip to content

Commit fbae7ae

Browse files
committed
chore(deps): update @biomejs/biome and related CLI packages
1 parent aa503f3 commit fbae7ae

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

app/components/ui/breadcrumb.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function BreadcrumbLink({
5555
function BreadcrumbPage({ className, ...props }: React.ComponentProps<'span'>) {
5656
return (
5757
// biome-ignore lint/a11y/useFocusableInteractive: TODO
58+
// biome-ignore lint/a11y/useSemanticElements: TODO
5859
<span
5960
data-slot="breadcrumb-page"
6061
role="link"

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
@@ -57,5 +57,10 @@
5757
"trailingCommas": "none",
5858
"semicolons": "asNeeded"
5959
}
60+
},
61+
"css": {
62+
"parser": {
63+
"tailwindDirectives": true
64+
}
6065
}
6166
}

bun.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)