refactor(CommandsEnum.ts): reorder COMMANDS enum values to improve readability and maintainability
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
export enum COMMANDS {
|
export enum COMMANDS {
|
||||||
hook = 'hook',
|
config = 'config',
|
||||||
config = 'config'
|
hook = 'hook'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user