Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Jul 19, 2024
1 parent 4bd0e56 commit 9cb1ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repos:
files: \.([jt]s|astro)$ # *.js, *.ts and *.astro
types: [file]
additional_dependencies:
# TODO: update ESLint to v9
- eslint@8
- eslint-config-prettier@9
- eslint-plugin-unicorn@49
Expand All @@ -33,3 +34,5 @@ repos:
hooks:
- id: svgo
files: "^src/icons/"
additional_dependencies:
- svgo@3

0 comments on commit 9cb1ac1

Please sign in to comment.