79736781

Date: 2025-08-15 19:38:20
Score: 1
Natty:
Report link
import globals from 'globals';

export default [
  {
    languageOptions: {
      globals: {
        ...globals.node,
      },
      ecmaVersion: 12,
    },
    rules: {
      // Your specific rules here
    }
  }
];

Just add this

...globals.node,

as eslint not recorginse node global variable

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aryan Kashyap