Skip to content

Commit

Permalink
test lint
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <[email protected]>
  • Loading branch information
giuseppe-coinbase committed Dec 16, 2023
1 parent a048b0a commit edf3d29
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,10 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-commit": "yarn format",
"pre-push": "yarn test"
}
},
"lint-staged": {
"*.{ts,json,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"@types/react-router": "^5.1.20",
"md5": "^2.3.0",
Expand Down

0 comments on commit edf3d29

Please sign in to comment.