Skip to content

Commit

Permalink
chore: Add new script for lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
builtbysuraj committed Feb 6, 2024
1 parent 5517246 commit eb59413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"npm run check-types",
"npm run check-lint"
],
"client/src/**/*.{ts,tsx,css,scss}": [
"npm run check-format-client"
],
"server/src/**/*.{js,jsx,css,scss}": [
"npm run check-format-server"
]
Expand Down

0 comments on commit eb59413

Please sign in to comment.