eslint config for app-router only (disable irrelevant pages route rules) #69712
stefanprobst
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
in app router only apps, many eslint rules in the current next.js eslint plugin are no longer relevant.
it would be great to have a eslint config preset which only include those rules which make sense for app router (w/
next/font
).Non-Goals
Background
i have been disabling the following rules from the next.js eslint plugin:
Proposal
as a new eslint config, e.g.
@next/next/recommended-app-router
Beta Was this translation helpful? Give feedback.
All reactions