Skip to content

Commit 3f20564

Browse files
authored
chore(config): disable literal key lint (#1681)
1 parent dd5a48b commit 3f20564

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"useHookAtTopLevel": "warn",
4242
"useYield": "warn"
4343
},
44+
"complexity": {
45+
"useLiteralKeys": "off"
46+
},
4447
"style": {
4548
"useImportType": {
4649
"level": "warn",

0 commit comments

Comments
 (0)