From 95572cd3e42fdf7fd51eaf5d5cf98283654cc8a7 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 23 Jul 2023 18:54:48 +0800 Subject: [PATCH] chore: avoid prettier breaking hbs template (#12113) --- .prettierignore | 1 + packages/vant-cli/template/changelog-commit.hbs | 1 + 2 files changed, 2 insertions(+) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..854f6831b --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +**/template/*.hbs diff --git a/packages/vant-cli/template/changelog-commit.hbs b/packages/vant-cli/template/changelog-commit.hbs index 23c5f2d7a..82b43a9fc 100644 --- a/packages/vant-cli/template/changelog-commit.hbs +++ b/packages/vant-cli/template/changelog-commit.hbs @@ -32,3 +32,4 @@ {{~/if}} /{{~@root.commit}}/{{hash}}) {{~/if}} +