79720052

Date: 2025-07-30 13:47:25
Score: 1
Natty:
Report link

You can add this "lint" script to your "scripts" in package.json

"scripts: {
    "lint": "eslint ./src",
}

and then run

npm run lint

This should give you a summary of all the errors & warnings in your project

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