Skip to content

Commit f10fc37

Browse files
committed
refactor(CommandsEnum.ts): reorder COMMANDS enum values to improve readability and maintainability
1 parent f7b1a63 commit f10fc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandsEnum.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export enum COMMANDS {
2-
hook = 'hook',
3-
config = 'config'
2+
config = 'config',
3+
hook = 'hook'
44
}

0 commit comments

Comments
 (0)