From 0e0e228ff3172c757e1c7eb2b5601f7c0fd778e8 Mon Sep 17 00:00:00 2001 From: AnatolyPristensky Date: Fri, 8 Mar 2024 11:24:25 +0100 Subject: [PATCH] Update Eslint parameters --- .azurepipelines/build-shared-ios-1ES.yml | 6 ++++++ .eslintignore | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 .eslintignore diff --git a/.azurepipelines/build-shared-ios-1ES.yml b/.azurepipelines/build-shared-ios-1ES.yml index 236c35442..5eab4791f 100644 --- a/.azurepipelines/build-shared-ios-1ES.yml +++ b/.azurepipelines/build-shared-ios-1ES.yml @@ -33,6 +33,12 @@ extends: - ES365AIMigrationTooling-BulkMigrated sdl: sourceAnalysisPool: 1ES-PT-Windows-2022 + eslint: + enableExclusions: true + exclusionPatterns: | + TestApp/ + TestApp34/ + DemoApp/ stages: - stage: stage jobs: diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 141fc2465..000000000 --- a/.eslintignore +++ /dev/null @@ -1,3 +0,0 @@ -# ESLint ignore folders -TestApp/** -TestApp34/** \ No newline at end of file