diff --git a/package.json b/package.json index f3b4304f..320283c4 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "postbuild": "node scripts/postbuild.js" }, "lint-staged": { - "**/*.js": [ + "**/*.{js,jsx,ts,tsx}": [ "prettier --write", "eslint" ],