.pre-commit-config.yaml: uncomment prettier's additional dependencies, add commented links & update them

This commit is contained in:
Aminda Suomalainen 2023-08-27 15:19:13 +03:00
parent eb6d877417
commit e700a191df
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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"