79372233

Date: 2025-01-20 17:52:00
Score: 0.5
Natty:
Report link

For Next.js +15

// eslint.config.mjs

const eslintConfig = [
  ...compat.extends("next/core-web-vitals", "next/typescript", {
    rules: {
      "@typescript-eslint/no-explicit-any": "off",
    },
  }),
];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali Hammad