mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
chore: added commitlint for conventional commit linting (#5133)
* chore: add commitlint for conventional commits * fix: fix commit-msg executable
This commit is contained in:
parent
edceec4898
commit
e992e707b4
2
.husky/commit-msg
Executable file
2
.husky/commit-msg
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
npx --no -- commitlint --edit "$1"
|
1
commitlint.config.mjs
Normal file
1
commitlint.config.mjs
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default { extends: ['@commitlint/config-conventional'] }
|
1150
package-lock.json
generated
1150
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -44,6 +44,8 @@
|
|||||||
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
"@babel/preset-react": "^7.16.7",
|
"@babel/preset-react": "^7.16.7",
|
||||||
|
"@commitlint/cli": "^19.3.0",
|
||||||
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@cypress/webpack-preprocessor": "^5.11.0",
|
"@cypress/webpack-preprocessor": "^5.11.0",
|
||||||
"@lerna/batch-packages": "^3.16.0",
|
"@lerna/batch-packages": "^3.16.0",
|
||||||
"@lerna/filter-packages": "^5.6.2",
|
"@lerna/filter-packages": "^5.6.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user