-
-
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
chore(eslint): migrate to flat config and simplify #2897
chore(eslint): migrate to flat config and simplify #2897
Conversation
…lobals', 'prettier' and add 'ignores'
…'eslint-import-resolver-alias'
…e added and by name
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
commit: |
Preview in LiveCodesLatest commit: ef436f2
See documentations for usage instructions. |
@@ -1,3 +1,4 @@ | |||
/* eslint-disable react/no-unescaped-entities */ |
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.
- Maintain the current state.
- Add
react/no-unescaped-entities: 'off'
in the rules. - Fix the related code.
This file only has a react/no-unescaped-entities
error, so i added eslint-disable
. Which option do you prefer?
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.
Yes, this looks fine for now.
Summary
Check List
pnpm run prettier
for formatting code and docs