Skip to content

Commit

Permalink
Remove commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunbergOlle committed Apr 11, 2024
1 parent ae9880f commit ba991bd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 515 deletions.
9 changes: 2 additions & 7 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ pre-commit:
parallel: true
commands:
lint:
glob: "*.{js,ts,jsx,tsx}"
glob: '*.{js,ts,jsx,tsx}'
run: npx eslint {staged_files}
types:
glob: "*.{js,ts, jsx, tsx}"
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 @@ -54,13 +54,11 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.73.1",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"commitlint": "^17.0.2",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
Expand Down Expand Up @@ -91,11 +89,6 @@
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
Expand Down
Loading

0 comments on commit ba991bd

Please sign in to comment.