Skip to content

Commit

Permalink
Remove commit message linting using commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Sep 7, 2023
1 parent c2f8f0e commit d968c56
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 412 deletions.
5 changes: 0 additions & 5 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ pre-commit:
files: git diff --name-only @{push}
glob: "*.{js,ts, jsx, tsx}"
run: npx tsc --noEmit
commit-msg:
parallel: true
commands:
commitlint:
run: npx commitlint --edit
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,13 @@
"uuid": "^3.4.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.2.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"@types/uuid": "~3.4.6",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
Expand Down Expand Up @@ -109,11 +107,6 @@
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
Expand Down
Loading

0 comments on commit d968c56

Please sign in to comment.