Skip to content

Commit

Permalink
fix eslint config path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhouweling committed Oct 19, 2024
1 parent 699ecd0 commit 1cad22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
auto_fix: true
eslint: true
eslint_auto_fix: true
eslint_args: "--max-warnings 0"
eslint_args: "-c eslint.config.mjs --max-warnings 0"
prettier: true
prettier_auto_fix: true

0 comments on commit 1cad22a

Please sign in to comment.