pre-commit autoupdate

This commit is contained in:
Nikita Karamov 2023-03-16 15:04:51 +01:00
parent eb9d63d89e
commit 1212ce27e9
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 3 additions and 3 deletions

View File

@ -11,20 +11,20 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
rev: "v3.0.0-alpha.6"
hooks:
- id: prettier
additional_dependencies:
- prettier@2
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v8.35.0"
rev: "v8.36.0"
hooks:
- id: eslint
additional_dependencies:
- eslint
- eslint-config-prettier
- eslint-plugin-unicorn
- prettier
- prettier@2
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: "0.0.2"
hooks: