1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

Updates lint stage

This commit is contained in:
Amir Raminfar
2023-03-13 09:09:26 -07:00
parent 298e030db0
commit f37c5d09ed

View File

@@ -92,7 +92,7 @@
"vue-tsc": "^1.2.0"
},
"lint-staged": {
"*.{js,vue,css}": [
"*.{js,vue,css,ts,html}": [
"prettier --write"
]
},