mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-13 22:11:14 -04:00
chore: add commitlint
This commit is contained in:
parent
5266c84c0e
commit
dfd70e06c7
3 changed files with 3819 additions and 18 deletions
3
commitlint.config.js
Normal file
3
commitlint.config.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional']
|
||||
};
|
3832
package-lock.json
generated
3832
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -53,6 +53,8 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "7.13.10",
|
||||
"@babel/preset-env": "7.14.8",
|
||||
"@commitlint/cli": "17.0.2",
|
||||
"@commitlint/config-conventional": "17.0.2",
|
||||
"adm-zip": "0.4.11",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "8.2.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue