Skip to content

Commit ed91695

Browse files
committed
fix: lint errors
1 parent 7d8b13d commit ed91695

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/globals.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* biome-ignore-all lint/suspicious/noUnknownAtRules: reason */
2+
/* biome-ignore-all lint/complexity/noImportantStyles: reason */
3+
14
@import "tailwindcss";
25
@plugin "./hero.ts";
36
@source "../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}";

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
33
"files": {
44
"includes": ["**", "!.next/**/*", "!graphql/**/*"]
55
},

0 commit comments

Comments
 (0)