From 742f3af586c548d5670db502da73bb1cda0e872f Mon Sep 17 00:00:00 2001 From: Julien Schneider Date: Tue, 16 Jan 2024 16:18:23 +0100 Subject: [PATCH] fix: not lint cypress folder --- apps/dsp-app/project.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/dsp-app/project.json b/apps/dsp-app/project.json index f9f49382c8..65fdf765db 100644 --- a/apps/dsp-app/project.json +++ b/apps/dsp-app/project.json @@ -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",