Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Remove commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
beausmith committed May 11, 2019
1 parent 5b240a5 commit 2ba074a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 315 deletions.
9 changes: 0 additions & 9 deletions commitlint.config.js

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"husky": {
"hooks": {
"pre-commit": "tsc && lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"pre-commit": "tsc && lint-staged"
}
},
"lint-staged": {
Expand Down Expand Up @@ -104,8 +103,6 @@
"typescript": "3.4.5"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"cypress": "^3.2.0",
Expand Down
Loading

0 comments on commit 2ba074a

Please sign in to comment.