chore: Add pre-commit config
In order to use nf-validation infrastructure, we have to have pre-commit hooks installed, so add some basic hooks
This commit is contained in:
parent
41ac5852be
commit
a5e2528781
1 changed files with 5 additions and 0 deletions
5
.pre-commit-config.yaml
Normal file
5
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v2.7.1"
|
||||
hooks:
|
||||
- id: prettier
|
Loading…
Reference in a new issue