mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-13 07:38:01 -05:00
refactor(CommandsEnum.ts): reorder COMMANDS enum values to improve readability and maintainability
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export enum COMMANDS {
|
||||
hook = 'hook',
|
||||
config = 'config'
|
||||
config = 'config',
|
||||
hook = 'hook'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user