Skip to content

Commit 5ed021e

Browse files
committed
Temporarily remove commit lint
1 parent b3c20b9 commit 5ed021e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package.json

-8
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@
2020
"@babel/preset-env": "^7.0.0",
2121
"@babel/preset-flow": "^7.0.0",
2222
"@callstack/eslint-config": "^3.0.2",
23-
"@commitlint/cli": "^7.2.1",
24-
"@commitlint/config-conventional": "^7.1.2",
2523
"babel-jest": "^24.0.0",
2624
"chalk": "^2.4.2",
2725
"eslint": "^5.10.0",
2826
"eslint-plugin-prettier": "^3.0.1",
2927
"flow-bin": "^0.87.0",
3028
"glob": "^7.1.3",
31-
"husky": "^1.3.1",
3229
"jest": "^24.0.0",
3330
"lerna": "^3.10.6",
3431
"micromatch": "^3.1.10",
@@ -48,11 +45,6 @@
4845
"singleQuote": true,
4946
"trailingComma": "es5"
5047
},
51-
"husky": {
52-
"hooks": {
53-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
54-
}
55-
},
5648
"jest": {
5749
"projects": [
5850
"packages/*"

0 commit comments

Comments
 (0)