fix(prettier): auto format html files (#3836)

This commit is contained in:
Chaim Lev-Ari
2020-05-18 10:08:45 +03:00
committed by GitHub
parent ebac85b462
commit 42e7db0ae7

View File

@@ -152,6 +152,6 @@
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md, html}": "prettier --write"
"*.{js,css,md,html}": "prettier --write"
}
}