diff --git a/package.json b/package.json index 0c3bd7e..0a14a84 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,6 @@ "commit-msg": "npx tsx ./scripts/verify-commit.ts" }, "lint-staged": { - "*": "eslint --fix --ignore-pattern '*/androidPrivacy.json' --ignore-pattern 'README.md'" + "*": "eslint . --fix" } }