mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59: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"
|
rev: "v3.0.2"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
#additional_dependencies:
|
additional_dependencies: [
|
||||||
#[
|
# https://www.npmjs.com/package/prettier
|
||||||
#"prettier@3.0.1",
|
"prettier@3.0.2",
|
||||||
#"@prettier/plugin-xml@3.0.0",
|
# https://www.npmjs.com/package/@prettier/plugin-xml
|
||||||
#"prettier-plugin-toml@1.0.0",
|
"@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
|
- repo: https://github.com/scop/pre-commit-shfmt
|
||||||
rev: v3.7.0-1
|
rev: v3.7.0-1
|
||||||
|
Loading…
Reference in New Issue
Block a user