mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
🐛 fix(config.ts): add missing new lines 🐛 fix(githook.ts): capitalize OpenCommit and fix grammar The COMMANDS enum values were reordered to improve readability and consistency. In config.ts, missing new lines were added to improve code readability. In githook.ts, OpenCommit was capitalized and grammar was fixed to improve clarity.
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export enum COMMANDS {
|
|
hook = 'hook',
|
|
config = 'config'
|
|
}
|