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" }