Skip to content

Commit

Permalink
chore: fix incorrect lint-staged glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
uday-rana committed Nov 10, 2024
1 parent cc4fb5f commit fd4f432
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 @@ -12,7 +12,7 @@
"author": "Uday Rana",
"license": "MIT",
"lint-staged": {
"**/*.": [
"**/*": [
"prettier --write --ignore-unknown",
"oxlint",
"eslint"
Expand Down

0 comments on commit fd4f432

Please sign in to comment.