You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(next-eslint): .eslintrc.json not being created by next lint on App Router (vercel#55104)
This PR fixes `.eslintrc.json` not being created after the user runs
`next lint` and selects an option of `Strict` or `Base`.
The reason is that the lint check was looking for `pages` and
`src/pages` only. Added `app` and `src/app` to be checked also.
Fixes: vercel#55094Fixes: vercel#55102
---------
Co-authored-by: JJ Kasper <[email protected]>
0 commit comments