aboutsummaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-01 16:15:37 -0800
committerFuwn <[email protected]>2026-03-01 16:16:50 -0800
commit5e930243be42cb79dc72ee66f12578074e670120 (patch)
treeb11e4504c9ee66c9ed33217d8339f8e61cabcf57 /biome.json
parentchore(biome): enable svelte linting (diff)
downloaddue.moe-5e930243be42cb79dc72ee66f12578074e670120.tar.xz
due.moe-5e930243be42cb79dc72ee66f12578074e670120.zip
chore(biome): re-enable noImplicitAnyLet rule
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/biome.json b/biome.json
index ee81cfa3..345593bf 100644
--- a/biome.json
+++ b/biome.json
@@ -22,10 +22,7 @@
"linter": {
"enabled": true,
"rules": {
- "recommended": true,
- "suspicious": {
- "noImplicitAnyLet": "off"
- }
+ "recommended": true
}
},
"overrides": []