Skip to content

Commit

Permalink
fix exports bug
Browse files Browse the repository at this point in the history
  • Loading branch information
phn210 committed Nov 18, 2023
1 parent 26fd68b commit 23ac35d
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 @@ -39,7 +39,7 @@
],
"lint-staged": {
"**/*": [
"eslint src/* --fix",
"eslint src/* --fix --ignore-pattern *.sh",
"prettier --write --ignore-unknown"
]
},
Expand Down

0 comments on commit 23ac35d

Please sign in to comment.