Skip to content

Commit

Permalink
chore(config): adds husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 2, 2024
1 parent 23201e1 commit 39fd6c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"prettier-fix": "prettier --check . --write",
"semantic-release": "semantic-release"
},
"lint-staged": {
"*": "prettier -w --ignore-unknown",
"src/**/*.{ts,tsx}": ["npm run prettier-fix", "npm run eslint-check"]
},
"devDependencies": {
"@kurocado-studio/style-guide": "^1.0.0",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 39fd6c0

Please sign in to comment.