Skip to content

Commit 5f5cc30

Browse files
committed
chore: add 'noUnknownAtRules' rule to linter configuration
1 parent 3658859 commit 5f5cc30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"rules": {
2323
"recommended": true,
2424
"suspicious": {
25-
"noExplicitAny": "off"
25+
"noExplicitAny": "off",
26+
"noUnknownAtRules": "off"
2627
},
2728
"correctness": {
2829
"noUnusedImports": "error"

0 commit comments

Comments
 (0)