diff --git a/package.json b/package.json index 70fb18f..c36acb8 100644 --- a/package.json +++ b/package.json @@ -133,6 +133,9 @@ "lint-staged": { "*.ts": [ "eslint --fix" + ], + "*.{ts,md,json,conf*.*js}": [ + "prettier --write" ] }, "dependencies": {