Skip to content

Commit

Permalink
Fix extensions for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBGD committed Nov 15, 2021
1 parent f93d258 commit f54f0ab
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 @@ -30,4 +30,4 @@ jobs:
with:
prettier: true
eslint: true
eslint_extensions: ".js,.ts"
eslint_extensions: "js,ts"

0 comments on commit f54f0ab

Please sign in to comment.