mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
chore: add commitlint
This commit is contained in:
parent
34ac8e2fe3
commit
20bf634928
4 changed files with 3180 additions and 15 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):')]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue