chore: add types for conventional commits IntelliJ plugin

This commit is contained in:
Gauthier Roebroeck 2019-12-31 12:03:43 +08:00
parent fbea40e00c
commit 494ce789a6

12
cc_defaults.json Normal file
View file

@ -0,0 +1,12 @@
{
"build": {},
"ci": {},
"chore": {},
"docs": {},
"feat": {},
"fix": {},
"perf": {},
"refactor": {},
"revert": {},
"style": {}
}