Explorar el Código

style: .bhs code formatting

kailong321200875 hace 3 años
padre
commit
57b27071e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .husky/lintstagedrc.js

+ 1 - 1
.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']
 }