Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
removed pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymjones committed Apr 22, 2021
1 parent f85a7e0 commit 6aefe38
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,5 @@
"lint-staged": "^10.2.13",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,md,ts}": [
"prettier --write"
]
}
}

0 comments on commit 6aefe38

Please sign in to comment.