mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-07 02:15:01 -04:00
style: lint fixes for commitlint config
This commit is contained in:
parent
acdbcb2dc0
commit
d558cfe653
2 changed files with 5 additions and 3 deletions
|
@ -50,7 +50,8 @@
|
||||||
"no-constant-condition": ["off"]
|
"no-constant-condition": ["off"]
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true
|
"browser": true,
|
||||||
|
"es6": true
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"Blockly": true, # Blockly global
|
"Blockly": true, # Blockly global
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
|
/* global module */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: ['@commitlint/config-conventional'],
|
extends: ['@commitlint/config-conventional'],
|
||||||
ignores: [message => message.startsWith('chore(release):')]
|
ignores: [message => message.startsWith('chore(release):')]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue