Skip to content

Commit

Permalink
Merge pull request #2 from hemilabs/fix-lint-staged
Browse files Browse the repository at this point in the history
Fix lint-staged pattern
  • Loading branch information
gabmontes authored Oct 18, 2024
2 parents c7a7b60 + 70814c5 commit b8ad1a2
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 @@ -126,7 +126,7 @@
]
},
"lint-staged": {
"*,!*.{js,md},!package.json": [
"!(*.{js,md}|package.json)": [
"prettier --ignore-unknown --write"
],
"*.{js,md}": [
Expand Down

0 comments on commit b8ad1a2

Please sign in to comment.