mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-07-27 06:30:51 -04:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
|
module.exports = {
|
||
|
extends: 'scratch-semantic-release-config',
|
||
|
branches: [
|
||
|
{
|
||
|
name: 'master'
|
||
|
// default channel
|
||
|
}
|
||
|
]
|
||
|
};
|