Skip to content

Commit 2fae820

Browse files
Update .pre-commit-config.yaml
disabling Typescript linting temporarily
1 parent 548a001 commit 2fae820

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ repos:
9898
- id: commitizen
9999

100100
# TypeScript or JavaScript
101-
- repo: https://github.com/google/gts
102-
rev: v6.0.0
103-
hooks:
104-
- id: gts
105-
- repo: local
106-
hooks:
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
101+
#- repo: https://github.com/google/gts
102+
# rev: v6.0.0
103+
# hooks:
104+
# - id: gts
105+
#- repo: local
106+
# hooks:
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

0 commit comments

Comments
 (0)