diff --git a/package.json b/package.json index cdc75ab..a14f716 100644 --- a/package.json +++ b/package.json @@ -143,6 +143,7 @@ "lint-staged": { "*.ts": [ "eslint --fix", + "prettier --config .prettierrc.js --write", "git add" ] },