Skip to content

Commit bfc7397

Browse files
committed
Disable 'useLiteralKeys'
1 parent 96b5cb7 commit bfc7397

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

biome.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"enabled": true,
2323
"rules": {
2424
"recommended": true,
25-
"useLiteralKeys": "off"
25+
"complexity": {
26+
"useLiteralKeys": "off"
27+
}
2628
}
2729
},
2830
"javascript": {

0 commit comments

Comments
 (0)