.hintrc 155 B

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