We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548a001 commit 2fae820Copy full SHA for 2fae820
.pre-commit-config.yaml
@@ -98,15 +98,15 @@ repos:
98
- id: commitizen
99
100
# TypeScript or JavaScript
101
- - repo: https://github.com/google/gts
102
- rev: v6.0.0
103
- hooks:
104
- - id: gts
105
- - repo: local
106
107
- - id: typescript-testing
108
- name: Running TypeScript tests
109
- entry: npm run test
110
- language: system
111
- pass_filenames: false
112
- always_run: true
+ #- repo: https://github.com/google/gts
+ # rev: v6.0.0
+ # hooks:
+ # - id: gts
+ #- repo: local
+ # - id: typescript-testing
+ # name: Running TypeScript tests
+ # entry: npm run test
+ # language: system
+ # pass_filenames: false
+ # always_run: true
0 commit comments