Format Markdown and CSS files on commit

This commit is contained in:
Joe Haddad
2018-09-26 10:38:21 -04:00
parent 5b4c94c7a3
commit 21c751175c

View File

@@ -36,7 +36,7 @@
}
},
"lint-staged": {
"*.js": [
"*.{js,md,css}": [
"prettier --trailing-comma es5 --single-quote --write",
"git add"
],