-
-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[img-redundant-alt] words
option does not work with double-byte character words.
#969
Labels
Comments
makotot
added a commit
to makotot/eslint-plugin-jsx-a11y
that referenced
this issue
Jan 8, 2024
ljharb
pushed a commit
to makotot/eslint-plugin-jsx-a11y
that referenced
this issue
Jan 9, 2024
ljharb
pushed a commit
to makotot/eslint-plugin-jsx-a11y
that referenced
this issue
Jan 9, 2024
This was referenced Jul 22, 2024
This was referenced Jul 30, 2024
This was referenced Sep 17, 2024
This was referenced Oct 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a multibyte character is specified in
words
option, the corresponding character is not treated as an error.This may be due to the fact that word boundary
\b
do not support multibyte characters.For example, in Japanese, "image" can be written as "イメージ". However, specifying this in option
words
is not treated as an error.The text was updated successfully, but these errors were encountered: