Skip to content

Commit

Permalink
style: lint fixes for semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 21, 2023
1 parent d558cfe commit d05bf67
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* global module */
module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'develop'
// default channel
}
]
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'develop'
// default channel
}
]
};

0 comments on commit d05bf67

Please sign in to comment.