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