chore: specify ESLint ignore file (#210935)

This commit is contained in:
Raymond Zhao 2024-04-22 09:54:43 -07:00 committed by GitHub
parent 2d18d02ed2
commit 52298e4368
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,6 +183,10 @@ extends:
allTools: true
credscan:
suppressionsFile: $(Build.SourcesDirectory)/build/azure-pipelines/config/CredScanSuppressions.json
eslint:
enabled: true
enableExclusions: true
exclusionsFilePath: $(Build.SourcesDirectory)/.eslintignore
sourceAnalysisPool: 1es-windows-2022-x64
containers:
snapcraft: