Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruberino authored Dec 13, 2024
1 parent 12c287d commit 0c5bdb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
env:
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
run: npx eslint .
--ignore-pattern ["**/*-spec.*", "test/**"]
--ignore-pattern '**/*-spec.*' \
--ignore-pattern 'test/**' \
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
Expand Down

0 comments on commit 0c5bdb5

Please sign in to comment.