There was an error while loading. Please reload this page.
1 parent 798d026 commit 2617134Copy full SHA for 2617134
1 file changed
apps/web/biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
3
"vcs": {
4
"enabled": true,
5
"clientKind": "git",
@@ -65,7 +65,7 @@
65
"noMisleadingInstantiator": "error",
66
"noNonNullAssertedOptionalChain": "error",
67
"noRedeclare": "warn",
68
- "noUnknownAtRules": "warn",
+ "noUnknownAtRules": "off",
69
"noUnsafeDeclarationMerging": "error",
70
"useIterableCallbackReturn": "warn",
71
"useNamespaceKeyword": "error",
0 commit comments