79524511

Date: 2025-03-21 03:46:52
Score: 1
Natty:
Report link

if your project is next.js. you can add the follow code block to your next.config.mjs

    eslint: {
        ignoreDuringBuilds: true,
    },

reference:

https://nextjs.org/docs/app/api-reference/config/next-config-js/eslint
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Acaibird