diff options
| author | Fuwn <[email protected]> | 2026-03-01 16:15:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 16:16:50 -0800 |
| commit | 5e930243be42cb79dc72ee66f12578074e670120 (patch) | |
| tree | b11e4504c9ee66c9ed33217d8339f8e61cabcf57 /biome.json | |
| parent | chore(biome): enable svelte linting (diff) | |
| download | due.moe-5e930243be42cb79dc72ee66f12578074e670120.tar.xz due.moe-5e930243be42cb79dc72ee66f12578074e670120.zip | |
chore(biome): re-enable noImplicitAnyLet rule
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -22,10 +22,7 @@ "linter": { "enabled": true, "rules": { - "recommended": true, - "suspicious": { - "noImplicitAnyLet": "off" - } + "recommended": true } }, "overrides": [] |