Skip to content

Commit 56c2179

Browse files
authored
fix: linting error
1 parent dd98483 commit 56c2179

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/module/release.config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ module.exports = {
99
},
1010
plugins: [
1111
[
12-
"@semantic-release/commit-analyzer",
12+
'@semantic-release/commit-analyzer',
1313
{
14-
"preset": "angular",
15-
"releaseRules": [
16-
{"type": "fix", "release": "patch"},
17-
{"type": "docs", "release": "patch"},
18-
{"type": "refactor", "release": "patch"},
19-
{"type": "chore", "release": "patch"},
20-
{"type": "style", "release": "patch"},
21-
{"type": "feat", "release": "patch"},
22-
{"type": "perf", "release": "patch"}
14+
'preset': 'angular',
15+
'releaseRules': [
16+
{ 'type': 'fix', 'release': 'patch' },
17+
{ 'type': 'docs', 'release': 'patch' },
18+
{ 'type': 'refactor', 'release': 'patch' },
19+
{ 'type': 'chore', 'release': 'patch' },
20+
{ 'type': 'style', 'release': 'patch' },
21+
{ 'type': 'feat', 'release': 'patch' },
22+
{ 'type': 'perf', 'release': 'patch' }
2323
]
2424
}
2525
],

0 commit comments

Comments
 (0)