79492993

Date: 2025-03-07 17:09:13
Score: 0.5
Natty:
Report link

I recommend that you have two scripts:

{
  ...
  "lint:check": "next lint",
  "lint:fix": "next lint --fix"
},

P.S: Concatenating the commands next lint && next lint --fix will not work because the first one returns the files that have errors, therefore it stops the execution.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Francisco Brito