diff --git a/package.json b/package.json index 2511e9d..c0a992c 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "typescript": "^4.0.2" }, "lint-staged": { - "*.{js,css,md}": "prettier --write" + "*.{js,jsx,css,md}": "prettier --write" } }