-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
more friendly message for no-unescaped-entities #2016
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
more friendly message for no-unescaped-entities #2016
Conversation
c0eb697
to
f4dfffd
Compare
BTW, why is |
@ljharb Do you also want to change the option to be {
char,
alternatives,
} This would become a breaking change (change from |
I definitely want to avoid a breaking change. |
97edfb0
to
9dde951
Compare
``` | ||
|
||
Where `char` is a special character and `alternatives` is the correct escapes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also added docs
9dde951
to
d806fc8
Compare
6523eed
to
76b6742
Compare
(I'm going to hold off merging it for awhile while the 7.12 release settles down) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.