Skip to content

Commit

Permalink
fix: not lint cypress folder
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Jan 16, 2024
1 parent 24a8143 commit 742f3af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/dsp-app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["apps/dsp-app/**/*.ts", "apps/dsp-app/**/*.html"]
}
"lintFilePatterns": ["apps/dsp-app/**/*.{ts,html}",
"!apps/dsp-app/cypress/**/*.{ts,html}"]
}
},
"test": {
"executor": "@angular-devkit/build-angular:karma",
Expand Down

0 comments on commit 742f3af

Please sign in to comment.