diff --git a/package.json b/package.json index c45119e..b8f924b 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "typescript": "^4.7.3" }, "lint-staged": { - "*.js": "eslint --cache --fix", + "*.{js,ts}": "eslint --cache --fix", "*.{ts,js,yml,md,json}": "prettier --write" } }