mirror of https://github.com/portainer/portainer
fix(prettier): auto format html files (#3836)
parent
ebac85b462
commit
42e7db0ae7
|
@ -152,6 +152,6 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*.js": "eslint --cache --fix",
|
||||
"*.{js,css,md, html}": "prettier --write"
|
||||
"*.{js,css,md,html}": "prettier --write"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue