Skip to content

Commit ce63141

Browse files
committed
try fix eslint
1 parent 8366154 commit ce63141

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
env:
4040
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
4141
run: npx eslint .
42-
--config .eslintrc.js
43-
--ext .js,.jsx,.ts,.tsx
42+
--config .eslintrc.json
4443
--format @microsoft/eslint-formatter-sarif
4544
--output-file eslint-results.sarif
4645
continue-on-error: true

0 commit comments

Comments
 (0)