aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-01 15:51:09 -0800
committerFuwn <[email protected]>2026-03-01 15:51:47 -0800
commit0a65d1597380d249bb22c57b99d8d99b28cee63f (patch)
treee14dd2298d3115e6ebc03da86edfa8ee40cf84f7
parentchore(biome): enable css formatting (diff)
downloaddue.moe-0a65d1597380d249bb22c57b99d8d99b28cee63f.tar.xz
due.moe-0a65d1597380d249bb22c57b99d8d99b28cee63f.zip
chore(biome): re-enable useLiteralKeys rule
-rw-r--r--biome.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/biome.json b/biome.json
index 8ca06785..e36a00a1 100644
--- a/biome.json
+++ b/biome.json
@@ -28,8 +28,7 @@
"useGenericFontNames": "off"
},
"complexity": {
- "noUselessEmptyExport": "off",
- "useLiteralKeys": "off"
+ "noUselessEmptyExport": "off"
},
"correctness": {
"noInvalidUseBeforeDeclaration": "off"