Skip to content

Commit ece467a

Browse files
committed
style: lint
1 parent ab80d21 commit ece467a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

release.config.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'use strict';
22

33
module.exports = {
4-
branches: ['main', {name: 'alpha', prerelease: true}]
4+
branches: [
5+
'main',
6+
{ name: 'alpha', prerelease: true }
7+
]
58
};
6-

0 commit comments

Comments
 (0)