-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.pre-commit-config.yaml
34 lines (34 loc) · 1.03 KB
/
.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
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: 5bf6c09bfa1297d3692cadd621ef95f1284e33c0
hooks:
- id: trailing-whitespace
- id: check-json
- id: pretty-format-json
args:
- --indent
- '2'
- --no-sort-keys
- id: check-merge-conflict
- id: check-symlinks
- id: check-json
- repo: https://github.com/awebdeveloper/pre-commit-prettier
sha: '55702ab9f48cd9edb063b1516bbdd16bde14af32'
hooks:
- id: prettier
additional_dependencies:
- repo: https://github.com/pre-commit/mirrors-eslint
sha: v3.18.0
hooks:
- id: eslint
additional_dependencies:
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
sha: 'f792d6b33f0673991b8c044b5bb3bcae0399ada5'
hooks:
- id: stylelint
additional_dependencies: