-
Notifications
You must be signed in to change notification settings - Fork 11
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: update to new eslint-config #75
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/moxystudio/next-with-moxy/fary21qei |
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 47 47
Branches 7 7
=========================================
Hits 47 47 Continue to review full report at Codecov.
|
Could you please create a follow-up issue in the repository? Thanks! |
I think we might explicitly unset the rule in our Even custom |
@threequartersjohn let me elaborate on the custom link component: we could do a custom Link component in src/shared/components that would use a anchor by default and would also support a custom render prop in cases we want to render anything else. The warning would still be there, but we would ignore (with eslint-ignore) just in that file. I also like disabling the rule. Let’s ask for feedback from @moxystudio/developers. |
658b045
to
2aef320
Compare
Disabled the rule for now. |
This PR updates to the new eslint-config with a11y enabled as well. There's no warnings besides these ones:
These are related a11y + Next.js Link API. Associated threads:
What should we do? Ignore warnings? Or implement a custom Link to deal with this issue?