Skip to content

Commit

Permalink
add: husky
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Oct 3, 2023
1 parent ca94a9d commit 18c9541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,10 @@
}
]
]
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}

0 comments on commit 18c9541

Please sign in to comment.