Skip to content

Commit

Permalink
chore: fix lint-staged script
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Aug 26, 2024
1 parent d032594 commit bca7aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mdx}": [
"prettier --check"
"eslint --fix"
]
},
"name": "makers-frontend",
Expand Down

0 comments on commit bca7aab

Please sign in to comment.