返回 AiToEarn
.hintrc
1 {
2 "extends": [
3 "development"
4 ],
5 "hints": {
6 "axe/text-alternatives": [
7 "default",
8 {
9 "image-alt": "off"
10 }
11 ]
12 }
13 }
13 lines Plain Text