Skip to content

Commit

Permalink
eslint: Require alt tags for all Scrivito.ImageTag components
Browse files Browse the repository at this point in the history
  • Loading branch information
apepper committed Sep 26, 2024
1 parent 2fd8f61 commit e848403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"settings": {
"react": {
"version": "detect"
},
"jsx-a11y": {
"components": {
"ImageTag": "img"
}
}
},
"rules": {
Expand Down

0 comments on commit e848403

Please sign in to comment.