79687262

Date: 2025-07-02 10:36:32
Score: 0.5
Natty:
Report link

You probably have the "plugin:node/recommended" in your .eslintrc.json extends

{"extends": ["airbnb", "prettier", "plugin:node/recommended"],...}

Just remove the "plugin:node/recommended"

{"extends": ["airbnb", "prettier" ],...}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KimG