How to silent eslint warnings on build? #26257
Unanswered
WilsonPhooYK
asked this question in
Help
Replies: 1 comment 6 replies
-
Enabling https://nextjs.org/docs/api-reference/next.config.js/ignoring-eslint |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These errors do lint on the files but did not show during build previously.
It appears now after
yarn add --dev eslint-config-next
for NextJS v11.Is there a --silent for these?
Beta Was this translation helpful? Give feedback.
All reactions