aboutsummaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-01 16:03:06 -0800
committerFuwn <[email protected]>2026-03-01 16:03:07 -0800
commit48c7c4f0f072face3c49063fa1dc0723da704fee (patch)
tree8e52a56257ecf6ea43e744e66988c35a711811ad /biome.json
parentchore(biome): re-enable useGenericFontNames rule (diff)
downloaddue.moe-48c7c4f0f072face3c49063fa1dc0723da704fee.tar.xz
due.moe-48c7c4f0f072face3c49063fa1dc0723da704fee.zip
chore(biome): re-enable useAltText rule
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/biome.json b/biome.json
index 0cf67894..ade6cbfa 100644
--- a/biome.json
+++ b/biome.json
@@ -23,9 +23,6 @@
"enabled": true,
"rules": {
"recommended": true,
- "a11y": {
- "useAltText": "off"
- },
"suspicious": {
"noImplicitAnyLet": "off"
}