mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
chore(.pre-commit-config.yaml): update prettier hook to version 3.0.0
The prettier hook in the .pre-commit-config.yaml file has been updated to version 3.0.0. This update may include bug fixes, new features, or other improvements provided by the new version of the prettier hook.
This commit is contained in:
parent
b6a556898a
commit
6d4dec92df
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ repos:
|
|||
# - id: jekyll-relative-url-check-html
|
||||
# - id: jekyll-relative-url-check-markdown
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.7.1
|
||||
rev: v3.0.0
|
||||
hooks:
|
||||
- id: prettier
|
||||
types: [json]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue