style: .bhs code formatting

This commit is contained in:
kailong321200875 2022-04-10 10:03:09 +08:00
parent e867e16fc4
commit 57b27071e9
1 changed files with 1 additions and 1 deletions

View File

@ -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']
}