Open iconben opened 1 month ago
Remove this line in the next.config.mjs:
ignoreDuringBuilds: true,
Then run this command to reproduce:
npm run build
@KurumiFrost By npx eslint . --fix we have fixed most of the errors, but there are still several remaining.
Remove this line in the next.config.mjs:
ignoreDuringBuilds: true,
Then run this command to reproduce:
npm run build
Need to fix other remaining issues by following such steps to reproduce the eslint errors
Though an ad-hod fix (commit 8a25dd79f58c6dc4d4f4491e310a25564c0a0fd7) temporarily fixed it, this still need to be fixed.