diff options
| author | Fuwn <[email protected]> | 2026-03-01 15:55:01 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:55:01 -0800 |
| commit | ea779b51e0a01ef282a4b868048995abb76f21a9 (patch) | |
| tree | 790dfc94ccdf883348e3af6cb9ef46467af9b41d /biome.json | |
| parent | chore(biome): re-enable noUselessEmptyExport rule (diff) | |
| download | due.moe-ea779b51e0a01ef282a4b868048995abb76f21a9.tar.xz due.moe-ea779b51e0a01ef282a4b868048995abb76f21a9.zip | |
chore(biome): re-enable noInvalidUseBeforeDeclaration rule
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ "useAltText": "off", "useGenericFontNames": "off" }, - "correctness": { - "noInvalidUseBeforeDeclaration": "off" - }, "suspicious": { "noDoubleEquals": "off", "noDuplicateCase": "off", |