File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ # See https://pre-commit.com for more information
3+ # See https://pre-commit.com/hooks.html for more hooks
4+ repos :
5+ - repo : https://github.com/pre-commit/pre-commit-hooks
6+ rev : v4.4.0
7+ hooks :
8+ - id : check-added-large-files
9+ - id : check-case-conflict
10+ - id : check-executables-have-shebangs
11+ - id : check-shebang-scripts-are-executable
12+ - id : check-symlinks
13+ - id : destroyed-symlinks
14+
15+ - id : check-json
16+ - id : check-yaml
17+ - id : check-xml
18+
19+ - id : check-vcs-permalinks
20+ - id : check-merge-conflict
21+ - id : end-of-file-fixer
22+ - id : mixed-line-ending
23+ - id : trailing-whitespace
24+
25+ - repo : https://github.com/pre-commit/mirrors-prettier
26+ rev : v2.7.1
27+ hooks :
28+ - id : prettier
29+ files : \.(md|yml|yaml|json)$
You can’t perform that action at this time.
0 commit comments