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
currently, when using eslint or other linting tools that integrate with Next you see all warnings and errors
next.js implemented --quite flag for 'next lint' command (#26280)
but, 'next build' also shows eslint warnings and errors
a --quite or --quite-lint or something like that would be helpful : )
Non-Goals
No response
Background
In my situation for example, I require the 'next build' pre-push to not accidentally break something even in dev, but when a developer build has failed on eslint errors, I want him to see them, without all the warnings noise
Proposal
a --quite or --quite-lint or something like that would be helpful : )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
currently, when using eslint or other linting tools that integrate with Next you see all warnings and errors
next.js implemented --quite flag for 'next lint' command (#26280)
but, 'next build' also shows eslint warnings and errors
a --quite or --quite-lint or something like that would be helpful : )
Non-Goals
No response
Background
In my situation for example, I require the 'next build' pre-push to not accidentally break something even in dev, but when a developer build has failed on eslint errors, I want him to see them, without all the warnings noise
Proposal
a --quite or --quite-lint or something like that would be helpful : )
Beta Was this translation helpful? Give feedback.
All reactions