aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-01 15:56:07 -0800
committerFuwn <[email protected]>2026-03-01 15:56:07 -0800
commitdde1f7bb91323105d1580071aa6a947ffbb22fc2 (patch)
tree01e5a9484cbdb14461dd20eb34624b4af0b91bc1
parentchore(biome): re-enable noInvalidUseBeforeDeclaration rule (diff)
downloaddue.moe-dde1f7bb91323105d1580071aa6a947ffbb22fc2.tar.xz
due.moe-dde1f7bb91323105d1580071aa6a947ffbb22fc2.zip
chore(biome): re-enable noDuplicateCase rule
-rw-r--r--biome.json1
-rw-r--r--src/app.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/biome.json b/biome.json
index ce1376d8..77aea520 100644
--- a/biome.json
+++ b/biome.json
@@ -29,7 +29,6 @@
},
"suspicious": {
"noDoubleEquals": "off",
- "noDuplicateCase": "off",
"useIterableCallbackReturn": "off",
"noImplicitAnyLet": "off"
}
diff --git a/src/app.html b/src/app.html
index 13dc8567..2a3ad3f9 100644
--- a/src/app.html
+++ b/src/app.html
@@ -171,7 +171,7 @@
break;
- case 6:
+ case 7:
default:
aoButa = 'mai_2';