mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-07 10:25:16 -04:00
style: lint fixes for semantic-release config
This commit is contained in:
parent
d558cfe653
commit
d05bf67c72
1 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
||||||
|
/* global module */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: 'scratch-semantic-release-config',
|
extends: 'scratch-semantic-release-config',
|
||||||
branches: [
|
branches: [
|
||||||
{
|
{
|
||||||
name: 'develop'
|
name: 'develop'
|
||||||
// default channel
|
// default channel
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue