From e700a191df69a0ef97d639fc57e7ccf97ffb5809 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 27 Aug 2023 15:19:13 +0300 Subject: [PATCH] .pre-commit-config.yaml: uncomment prettier's additional dependencies, add commented links & update them --- .pre-commit-config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3b66d1..d90e03d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"