mirror of
https://github.com/scratchfoundation/scratch-link.git
synced 2025-06-10 20:30:38 -04:00
chore: add commitlint
This commit is contained in:
parent
964b17fb81
commit
9a34e84a2a
3 changed files with 957 additions and 0 deletions
4
commitlint.config.js
Normal file
4
commitlint.config.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
ignores: [message => message.startsWith('chore(release):')]
|
||||
};
|
951
package-lock.json
generated
951
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,6 +8,8 @@
|
|||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@semantic-release/changelog": "6.0.3",
|
||||
"@semantic-release/commit-analyzer": "9.0.2",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue