mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 10:49:22 +01:00
.pre-commit-config.yaml: uncomment prettier additional-dependencies, add commented links
This commit is contained in:
parent
1f6417bd4a
commit
c808635c07
@ -45,12 +45,14 @@ repos:
|
||||
rev: "v3.0.2"
|
||||
hooks:
|
||||
- id: prettier
|
||||
#additional_dependencies:
|
||||
#[
|
||||
#"prettier@3.0.1",
|
||||
#"@prettier/plugin-xml@3.0.0",
|
||||
#"prettier-plugin-toml@1.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",
|
||||
# https://www.npmjs.com/package/prettier-plugin-toml
|
||||
"prettier-plugin-toml@1.0.0",
|
||||
]
|
||||
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.7.0-1
|
||||
|
Loading…
Reference in New Issue
Block a user