-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
warning >
can be escaped with >
#287
Labels
💪 phase/solved
Post is done
Comments
chenxsan
added
🐛 type/bug
This is a problem
🙉 open/needs-info
This needs some more info
labels
Mar 17, 2021
JounQin
added a commit
that referenced
this issue
Mar 17, 2021
this causes issue with react/no-unescaped-entities\nso now mdx/no-unescaped-entities can be removed! fix #287
JounQin
added a commit
that referenced
this issue
Mar 17, 2021
this causes issue with `react/no-unescaped-entities` before so now `mdx/no-unescaped-entities` can be removed! fix #287
JounQin
added a commit
that referenced
this issue
Mar 17, 2021
this causes issue with `react/no-unescaped-entities` before so now `mdx/no-unescaped-entities` and `eslint-plugin-react` dep can be removed! fix #287
JounQin
added a commit
that referenced
this issue
Mar 17, 2021
* feat: fix incorrect node loc this causes issue with `react/no-unescaped-entities` before so now `mdx/no-unescaped-entities` and `eslint-plugin-react` dep can be removed! fix #287 * ci: try codesandbox for releasing testing versions
wooorm
added
⛵️ status/released
and removed
🐛 type/bug
This is a problem
🙉 open/needs-info
This needs some more info
labels
Apr 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject of the issue
Here's the content of a mdx file:
And the eslint configuration:
And here's the lint result:
Your environment
Steps to reproduce
Here's the pull request webpack/webpack.js.org#4326 you can use to reproduce:
yarn
to installyarn lint:js
Expected behaviour
No warning showed.
Actual behaviour
Warnings.
The text was updated successfully, but these errors were encountered: