explorata/.pre-commit-config.yaml

10 lines
218 B
YAML
Raw Normal View History

2022-12-02 17:11:01 +01:00
repos:
2022-12-02 17:11:34 +01:00
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v8.28.0"
2022-12-02 17:09:55 +01:00
hooks:
2022-12-02 17:11:34 +01:00
- id: eslint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
2022-12-02 17:09:55 +01:00
hooks:
2022-12-02 17:11:34 +01:00
- id: prettier