Skip to content

Commit

Permalink
chore: correct lint-staged pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 20, 2023
1 parent cca3d56 commit f4e2030
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 @@ -31,7 +31,7 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"src/*.js": "pnpm lint"
"*.{js,json,md}": "pnpm lint"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit f4e2030

Please sign in to comment.