diff --git a/package.json b/package.json index 1d4a8a2..3afab55 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check": "astro check" }, "lint-staged": { - "*": [ + "*.{js,ts,jsx,tsx,json,css,scss,md,astro,html}": [ "prettier --write", "astro check" ]