forked from davidtheclark/stylelint-checkstyle-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
35 lines (31 loc) · 955 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# pre-commit install && pre-commit install --hook-type commit-msg
default_stages: [commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/boidolr/pre-commit-hooks
rev: v3.1
hooks:
- id: ts-no-debugger
- id: ts-no-console
- id: ts-no-focus-ignore
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
hooks:
- id: prettier
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v2.2.0
hooks:
- id: commitlint
stages: [commit-msg]
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.11.0
hooks:
- id: commitizen
stages:
- commit-msg