Skip to content

Commit

Permalink
Merge pull request #35 from syket-git/issue-34-fix-lint-staged-command
Browse files Browse the repository at this point in the history
fix:lint staged command to check all files
  • Loading branch information
atapas authored Apr 24, 2024
2 parents 8efe0ce + 7cc5473 commit becd180
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 @@ -14,7 +14,7 @@
"lint-prettier": "npm run lint:check && npm run prettier:check"
},
"lint-staged": {
"src/**/*.ts": "npm run lint-prettier"
"src/**/*.{js,jsx,ts,tsx}": "npm run lint-prettier"
},
"dependencies": {
"next": "^14.1.0",
Expand Down

0 comments on commit becd180

Please sign in to comment.