mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2024-11-25 16:33:00 +08:00
style: lint fixes for commitlint config
This commit is contained in:
parent
acdbcb2dc0
commit
d558cfe653
@ -50,7 +50,8 @@
|
||||
"no-constant-condition": ["off"]
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"globals": {
|
||||
"Blockly": true, # Blockly global
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* global module */
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
ignores: [message => message.startsWith('chore(release):')]
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
ignores: [message => message.startsWith('chore(release):')]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user