Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Jul 20, 2024
1 parent 4cbcd97 commit 467c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/1_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: |
yarn add eslint eslint-plugin-astro @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-prettier astro-eslint-parser --dev
- name: Run ESLint
run: yarn eslint . --ext .ts,.tsx,.astro
run: yarn eslint **/*.{ts,tsx,astro}

0 comments on commit 467c25f

Please sign in to comment.