mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
pre-commit: use more explicit path
This commit is contained in:
parent
88919a2667
commit
8a16b46023
1 changed files with 4 additions and 4 deletions
|
@ -29,11 +29,11 @@ repos:
|
|||
hooks:
|
||||
- id: eslint
|
||||
name: eslint
|
||||
entry: .pre-commit-eslint.sh
|
||||
language: system
|
||||
entry: ./.pre-commit-eslint.sh
|
||||
language: script
|
||||
types_or: [ts, tsx]
|
||||
- id: typescript
|
||||
name: typescript
|
||||
entry: .pre-commit-tsc.sh
|
||||
language: system
|
||||
entry: ./.pre-commit-tsc.sh
|
||||
language: script
|
||||
types_or: [ts, tsx]
|
||||
|
|
Loading…
Add table
Reference in a new issue