Skip to content

Commit f9f88e0

Browse files
chore(CI): Fix lint
1 parent fe9e1e2 commit f9f88e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
{
1010
preset: 'angular',
1111
parserOpts: {
12-
noteKeywords: ['BREAKING-CHANGE']
12+
noteKeywords: [ 'BREAKING-CHANGE' ]
1313
}
1414
}
1515
],

0 commit comments

Comments
 (0)