mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-24 19:24:19 +01:00
.pre-commit-config.yaml: uncomment prettier's additional dependencies, add commented links & update them
This commit is contained in:
parent
eb6d877417
commit
e700a191df
@ -50,8 +50,12 @@ repos:
|
||||
rev: "v3.0.2"
|
||||
hooks:
|
||||
- id: prettier
|
||||
#additional_dependencies:
|
||||
#["prettier@3.0.1", "@prettier/plugin-xml@3.0.0"]
|
||||
additional_dependencies: [
|
||||
# https://www.npmjs.com/package/prettier
|
||||
"prettier@3.0.2",
|
||||
# https://www.npmjs.com/package/@prettier/plugin-xml
|
||||
"@prettier/plugin-xml@3.2.0",
|
||||
]
|
||||
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.2"
|
||||
|
Loading…
Reference in New Issue
Block a user