Skip to content

Commit

Permalink
refactor(CommandsEnum.ts): reorder COMMANDS enum values to improve re…
Browse files Browse the repository at this point in the history
…adability and maintainability
  • Loading branch information
di-sukharev committed May 26, 2023
1 parent f7b1a63 commit f10fc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CommandsEnum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export enum COMMANDS {
hook = 'hook',
config = 'config'
config = 'config',
hook = 'hook'
}

0 comments on commit f10fc37

Please sign in to comment.