diff --git a/package.json b/package.json index edf6041637..bb44c07730 100644 --- a/package.json +++ b/package.json @@ -154,6 +154,12 @@ }, "homepage": "https://github.com/Satellite-im/Core-PWA#readme", "lint-staged": { - "*.js": "eslint --cache --fix" - } -} + "*.{js,vue}": [ + "prettier --write", + "eslint --fix" + ], + "*.{html,css,less}": [ + "prettier --write" + ] + } +} \ No newline at end of file