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:
Thomas A. Christensen II 2023-10-18 21:11:55 -05:00
parent 41ac5852be
commit a5e2528781
Signed by: millironx
GPG key ID: 09335146883990B9

5
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,5 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
- id: prettier