1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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