We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2099e32 commit 46d8841Copy full SHA for 46d8841
commitlint.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+}
package.json
@@ -36,12 +36,20 @@
36
"react-native-reanimated": "*"
37
},
38
"devDependencies": {
39
+ "@commitlint/config-conventional": "^7.5.0",
40
"@react-native-community/bob": "^0.3.3",
41
"babel-eslint": "^10.0.1",
42
+ "commitlint": "^7.5.2",
43
"eslint": "^5.15.1",
44
"eslint-plugin-react": "^7.12.4",
45
+ "husky": "^1.3.1",
46
"react-native-reanimated": "^1.0.0-alpha.12"
47
48
+ "husky": {
49
+ "hooks": {
50
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
51
+ }
52
+ },
53
"@react-native-community/bob": {
54
"source": "src",
55
"output": "lib",
0 commit comments