Disable missing-image-alt-text lint

It's not actively used at this time and it's causing a lot of writes,
affecting production. Disabling it should be harmless and reduce load.

Bug: T370304
Change-Id: I2170f657088993dd3fb81a9601284d3af7fc1883
This commit is contained in:
Brooke Vibber 2024-07-21 14:46:43 -07:00 committed by Ladsgroup
parent 08fbe80da9
commit 8ec69f87aa

View file

@ -232,7 +232,7 @@
},
"missing-image-alt-text": {
"dbid": 23,
"enabled": true,
"enabled": false,
"priority": "none"
}
}