-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
text-encoding-identifier-case
error in JSX; utf8
is not valid HTML
#1926
Comments
text-encoding-identifier-case
must be an ASCII case-insensitive match for the string 'UTF-8' ?
text-encoding-identifier-case
must be an ASCII case-insensitive match for the string 'UTF-8' ?text-encoding-identifier-case
error in JSX; utf8
is not valid HTML
Similarly
|
It's hard to check places that only allows Mentioned this problem in original proposal, #1690 (comment) |
Does it make sense to make this configurable, at a minimum? I know you originally proposed configurability here: #1690 (comment) |
Make sense to me. |
According to WhatWG, the value must be an ASCII case-insensitive match for "UTF-8"
please text-encoding-identifier-case of rule check
Thanks for always helping us out
example
This is causing conflicts in our React code (in .tsx files that are linted by eslint):
The text was updated successfully, but these errors were encountered: