Skip to content

Commit d76eebc

Browse files
committed
added
1 parent fbf57da commit d76eebc

File tree

2 files changed

+29
-793
lines changed

2 files changed

+29
-793
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@
6464
"registry": "https://registry.npmjs.org/"
6565
},
6666
"devDependencies": {
67-
"@commitlint/config-conventional": "^17.0.2",
6867
"@evilmartians/lefthook": "^1.5.0",
6968
"@react-native-community/cli": "15.0.1",
7069
"@react-native/eslint-config": "^0.73.1",
7170
"@release-it/conventional-changelog": "^9.0.2",
7271
"@types/jest": "^29.5.5",
7372
"@types/react": "^18.2.44",
74-
"commitlint": "^17.0.2",
7573
"del-cli": "^5.1.0",
7674
"eslint": "^8.51.0",
7775
"eslint-config-prettier": "^9.0.0",
@@ -103,11 +101,6 @@
103101
"<rootDir>/lib/"
104102
]
105103
},
106-
"commitlint": {
107-
"extends": [
108-
"@commitlint/config-conventional"
109-
]
110-
},
111104
"release-it": {
112105
"git": {
113106
"commitMessage": "chore: release ${version}",
@@ -118,11 +111,6 @@
118111
},
119112
"github": {
120113
"release": true
121-
},
122-
"plugins": {
123-
"@release-it/conventional-changelog": {
124-
"preset": "angular"
125-
}
126114
}
127115
},
128116
"eslintConfig": {

0 commit comments

Comments
 (0)