79804845

Date: 2025-10-30 14:09:03
Score: 1
Natty:
Report link

Finally found what is wrong:

 ...
        "lint": {
          "builder": "@angular-eslint/builder:lint",
          "options": {
            "lintFilePatterns": [
              "src/**/*.ts",
              "src/**/*.html"
            ]
          }
        }
...

Notice the absence of forward slashes before the 2 paths in the "lintFilePatterns" section.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ve2abo