diff options
| author | Fuwn <[email protected]> | 2026-03-01 15:51:09 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:51:47 -0800 |
| commit | 0a65d1597380d249bb22c57b99d8d99b28cee63f (patch) | |
| tree | e14dd2298d3115e6ebc03da86edfa8ee40cf84f7 | |
| parent | chore(biome): enable css formatting (diff) | |
| download | due.moe-0a65d1597380d249bb22c57b99d8d99b28cee63f.tar.xz due.moe-0a65d1597380d249bb22c57b99d8d99b28cee63f.zip | |
chore(biome): re-enable useLiteralKeys rule
| -rw-r--r-- | biome.json | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -28,8 +28,7 @@ "useGenericFontNames": "off" }, "complexity": { - "noUselessEmptyExport": "off", - "useLiteralKeys": "off" + "noUselessEmptyExport": "off" }, "correctness": { "noInvalidUseBeforeDeclaration": "off" |