Skip to content

Commit 2617134

Browse files
committed
fix: biome 설정 수정 (스키마 버전 업데이트 및 unknown at-rules 비활성화)
1 parent 798d026 commit 2617134

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -65,7 +65,7 @@
6565
"noMisleadingInstantiator": "error",
6666
"noNonNullAssertedOptionalChain": "error",
6767
"noRedeclare": "warn",
68-
"noUnknownAtRules": "warn",
68+
"noUnknownAtRules": "off",
6969
"noUnsafeDeclarationMerging": "error",
7070
"useIterableCallbackReturn": "warn",
7171
"useNamespaceKeyword": "error",

0 commit comments

Comments
 (0)