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:
|
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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue