Skip to content

Commit

Permalink
chore: fix lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
NPC64927130 committed Mar 20, 2022
1 parent 0acd186 commit 8df5217
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 @@ -38,7 +38,7 @@
"lint-staged": {
"!(.next|.vercel|out|coverage|node_modules)/**/!(*test).(js|ts|tsx)": [
"prettier --write",
"next lint --fix"
"eslint --fix"
],
"*.{json,md}": [
"prettier --write"
Expand Down

0 comments on commit 8df5217

Please sign in to comment.