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