mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
fix(prettier): auto format html files (#3836)
This commit is contained in:
parent
ebac85b462
commit
42e7db0ae7
1 changed files with 1 additions and 1 deletions
|
@ -152,6 +152,6 @@
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": "eslint --cache --fix",
|
"*.js": "eslint --cache --fix",
|
||||||
"*.{js,css,md, html}": "prettier --write"
|
"*.{js,css,md,html}": "prettier --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue