79642853

Date: 2025-05-28 19:06:33
Score: 2
Natty:
Report link

I didn't have such a rule in place, but experienced a similar issue, and found adding the following rule to .eslintrc.json did make the annoying line-length error go away:

"rules": { "@typescript-eslint/max-len": "ignore" }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chuck Staples