pre-commit config

This commit is contained in:
Ali Gator 2022-12-02 17:09:55 +01:00
parent f178148416
commit f318350149

8
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,8 @@
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.28.0'
hooks:
- id: eslint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.7.1'
hooks:
- id: prettier