Merge pull request #2496 from aeisenberg/patch-2

Update eslint.yml
This commit is contained in:
Thomas Horstmeyer
2024-09-12 17:09:53 +02:00
committed by GitHub
2 changed files with 12 additions and 10 deletions
+3 -1
View File
@@ -33,9 +33,11 @@ jobs:
- name: Install ESLint - name: Install ESLint
run: | run: |
npm install [email protected] npm install [email protected]
npm install @microsoft/eslint-formatter-sarif@2.1.7 npm install @microsoft/eslint-formatter-sarif@3.1.0
- name: Run ESLint - name: Run ESLint
env:
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
run: npx eslint . run: npx eslint .
--config .eslintrc.js --config .eslintrc.js
--ext .js,.jsx,.ts,.tsx --ext .js,.jsx,.ts,.tsx