mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
export enum COMMANDS {
|
|
config = 'config',
|
|
hook = 'hook',
|
|
commitlint = 'commitlint'
|
|
}
|