mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-05-15 07:11:18 -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"]
|
||||
},
|
||||
"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…
Add table
Add a link
Reference in a new issue