Skip to content

Commit 23cf216

Browse files
committed
chore: Ignore broken Biome rule
1 parent 3e51f61 commit 23cf216

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
},
1919
"rules": {
2020
"recommended": true,
21+
"correctness": {
22+
"noUnknownFunction": "off" // TODO: Broken with tailwindcss theme() function
23+
},
2124
"style": {
2225
"noNonNullAssertion": "off"
2326
},

0 commit comments

Comments
 (0)