mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-08-28 22:09:15 -04:00
chore: add commitlint
This commit is contained in:
parent
d91106bc9a
commit
a3d685e2a5
3 changed files with 1029 additions and 9 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