79687372

Date: 2025-07-02 11:57:55
Score: 0.5
Natty:
Report link

You can either hardcode your Node.js version in package.json engines or

remove the "plugin:node/recommended" from your .eslintrc.json extends

"extends": [
    "eslint:recommended"
  ],
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KimG