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

pull/3844/head
Chaim Lev-Ari 2020-05-18 10:08:45 +03:00 committed by GitHub
parent ebac85b462
commit 42e7db0ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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