Skip to content

Commit

Permalink
chore: fix pre-commit lint hook
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Sep 27, 2024
1 parent 86dd0c1 commit 82953f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"*.{js,ts}": [
"*.{js,jsx,ts,tsx}": [
"npx --no --package=prettier -- prettier --write",
"npx --no --package=eslint -- eslint --fix --report-unused-disable-directives --cache"
],
Expand Down

0 comments on commit 82953f8

Please sign in to comment.