diff options
| author | Fuwn <[email protected]> | 2026-03-01 15:56:07 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:56:07 -0800 |
| commit | dde1f7bb91323105d1580071aa6a947ffbb22fc2 (patch) | |
| tree | 01e5a9484cbdb14461dd20eb34624b4af0b91bc1 | |
| parent | chore(biome): re-enable noInvalidUseBeforeDeclaration rule (diff) | |
| download | due.moe-dde1f7bb91323105d1580071aa6a947ffbb22fc2.tar.xz due.moe-dde1f7bb91323105d1580071aa6a947ffbb22fc2.zip | |
chore(biome): re-enable noDuplicateCase rule
| -rw-r--r-- | biome.json | 1 | ||||
| -rw-r--r-- | src/app.html | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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'; |