Skip to content

Commit 244c1c1

Browse files
committed
chore: biome rules
1 parent 3cd27fd commit 244c1c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"noNonNullAssertion": "off"
4040
},
4141
"suspicious": {
42-
"noExplicitAny": "off"
42+
"noExplicitAny": "off",
43+
"noUnknownAtRules": "off"
4344
},
4445
"security": {
4546
"noDangerouslySetInnerHtml": "off"

0 commit comments

Comments
 (0)