79385379

Date: 2025-01-24 19:10:42
Score: 1
Natty:
Report link

I was able to fix this in my own project by adding the following to my flat config:

{
    files: ["server.js"],
    languageOptions: {
      globals: {
        process: "readonly",
        console: "readonly",
        fetch: "readonly",
      },
    },
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrew Ong