Fix pre-commit-config
This commit is contained in:
parent
808ab27ed4
commit
7d0fda5c11
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ repos:
|
|||
rev: "v8.43.0"
|
||||
hooks:
|
||||
- id: eslint
|
||||
files: \.([jt]s|astro)$ # *.js, *.ts and *.astro
|
||||
types: [file]
|
||||
additional_dependencies:
|
||||
- eslint
|
||||
- "@typescript-eslint/eslint-plugin"
|
||||
|
|
Reference in a new issue