Skip to content

Commit

Permalink
fix: remove huskey and stop linting commit messages on branches which…
Browse files Browse the repository at this point in the history
… are squashed anyway

This reverts commit 5fe3222.
  • Loading branch information
malcyL authored Jan 19, 2022
1 parent 98f9f1d commit 625f071
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "npm run lint:prettier && npm run lint:eslint",
"format:prettier": "prettier --write .",
"format": "npm run format:prettier",
"prepare": "husky install && npm run build"
"prepare": "npm run build"
},
"devDependencies": {
"@aws-cdk/assert": "1.129.0",
Expand All @@ -35,7 +35,6 @@
"esbuild": "^0.13.8",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.4",
"jest": "^26.4.2",
"prettier": "^2.3.2",
"semantic-release": "^17.4.4",
Expand Down

0 comments on commit 625f071

Please sign in to comment.