Replies: 1 comment
-
@Crinchy You can achieve this by specifying the See also https://github.com/vercel/next.js/blob/canary/packages/next/src/cli/next-lint.ts#L92. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Goals
next lint, should show the total warnings and errors
Non-Goals
No response
Background
Hey, i recently just saw using eslint directly, shows the total amount of warnings and errors, but next lint isnt showing them. Sometimes it is very interesting to see how much warnings or errors there are, while adding new rules to the eslint configuration.
Proposal
I would love, if you could add the amount of warnings and errors to the next lint command. Thats all ❤
Beta Was this translation helpful? Give feedback.
All reactions