From 57b27071e9a33423c46542a5d0e5d5c2e9a3b718 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sun, 10 Apr 2022 10:03:09 +0800 Subject: [PATCH] style: .bhs code formatting --- .husky/lintstagedrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/lintstagedrc.js b/.husky/lintstagedrc.js index e1ef4e6..02afbb2 100644 --- a/.husky/lintstagedrc.js +++ b/.husky/lintstagedrc.js @@ -5,5 +5,5 @@ module.exports = { '*.vue': ['prettier --write', 'stylelint --fix'], '*.{scss,less,styl,css,html}': ['stylelint --fix', 'prettier --write'], '*.md': ['prettier --write'], - '*.{hbs}': ['prettier --write'] + '*.hbs': ['prettier --write'] }