mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-23 08:08:07 -05: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):')]
|
||||||
|
};
|
1032
package-lock.json
generated
1032
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -26,6 +26,8 @@
|
||||||
"webpack-node-externals": "^3.0.0"
|
"webpack-node-externals": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@commitlint/cli": "19.0.3",
|
||||||
|
"@commitlint/config-conventional": "19.0.3",
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"jest": "29.7.0",
|
"jest": "29.7.0",
|
||||||
"webpack": "5.90.3"
|
"webpack": "5.90.3"
|
||||||
|
|
Loading…
Reference in a new issue