Skip to content

Commit

Permalink
Add detail
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Oct 6, 2023
1 parent 0533b65 commit 1a5e09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/no-default-alt-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
onError({
lineNumber: lineNumber + i,
range: [startIndex + 1, altText.length],
detail: `Flagged alt: ${altText}`,
});
}
}
Expand Down

0 comments on commit 1a5e09e

Please sign in to comment.