linting and formating

This commit is contained in:
2022-12-02 17:11:34 +01:00
parent 2924994e7e
commit e4f433887b
9 changed files with 66 additions and 62 deletions

View File

@ -1,9 +1,9 @@
repos:
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.28.0'
- 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'
- id: eslint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
- id: prettier
- id: prettier