Skip to content

Commit

Permalink
fix(engine): fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ytaek committed Mar 28, 2023
1 parent dea3e6f commit f08c3ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 31 deletions.
40 changes: 10 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/analysis-engine/src/types/CommitMessageType.ts
Expand Up @@ -15,4 +15,4 @@ export const CommitMessageTypeList = [

const COMMIT_MESSAGE_TYPE = [...CommitMessageTypeList] as const;

export type CommitMessageType = typeof COMMIT_MESSAGE_TYPE[number];
export type CommitMessageType = (typeof COMMIT_MESSAGE_TYPE)[number];

0 comments on commit f08c3ba

Please sign in to comment.