1
0
Fork 0
forked from Mirrors/gomuks

pre-commit: use more explicit path

This commit is contained in:
Tulir Asokan 2024-10-12 16:38:21 +03:00
parent 88919a2667
commit 8a16b46023

View file

@ -29,11 +29,11 @@ repos:
hooks: hooks:
- id: eslint - id: eslint
name: eslint name: eslint
entry: .pre-commit-eslint.sh entry: ./.pre-commit-eslint.sh
language: system language: script
types_or: [ts, tsx] types_or: [ts, tsx]
- id: typescript - id: typescript
name: typescript name: typescript
entry: .pre-commit-tsc.sh entry: ./.pre-commit-tsc.sh
language: system language: script
types_or: [ts, tsx] types_or: [ts, tsx]