This commit is contained in:
Aaron Yarborough 2024-10-11 17:10:14 +01:00
parent f215a8ddb9
commit edd3cb48e1
3 changed files with 939 additions and 1 deletions

View file

@ -1 +1 @@
npx --no -- commitlint --edit $1
npx --no -- commitlint --edit $1 && exec < /dev/tty && npx cz --hook || true

932
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -33,6 +33,7 @@
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.0",
"front-matter": "^4.0.2",
"frontmatter-markdown-loader": "^3.7.0",
@ -44,5 +45,10 @@
"react-test-renderer": "^18.3.1",
"showdown": "^2.1.0",
"standard": "^17.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}