Skip to content

Commit

Permalink
chore: add conventional commits scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jul 10, 2020
1 parent 507c638 commit 88d7101
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,21 @@
"**/node_modules/*/**": true,
"**/build/*/**": true,
"**/assets/*/**": true
}
},
"conventionalCommits.scopes": [
"audio-control",
"background",
"components",
"config",
"dicts",
"history",
"locales",
"notebook",
"options",
"panel",
"popup",
"selecion",
"sync-services",
"word-editor"
]
}

0 comments on commit 88d7101

Please sign in to comment.