docs: remove conventional commits section from README

This commit is contained in:
2025-05-27 12:46:22 +02:00
parent 9b7d001611
commit fdc22c957d
2 changed files with 3 additions and 30 deletions

View File

@ -14,11 +14,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --coverage --watchAll=false",
"prepare": "husky",
"commit": "cz",
"install": "bun install",
"add": "bun add",
"remove": "bun remove"
"prepare": "husky"
},
"dependencies": {
"react": "^19.0.0",
@ -39,8 +35,6 @@
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"audit-ci": "^7.1.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^9.1.0",
@ -59,11 +53,6 @@
"tailwindcss": "^4",
"typescript": "^5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix",