Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 16, 2024
1 parent f76cc21 commit 007fa6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/cli/types/internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ export type File = {
contents: string;
};

export type Condition =
| 'typescript'
| 'checkjs'
| 'skeleton'
| 'default'
| 'skeletonlib';
export type Condition = 'typescript' | 'checkjs' | 'skeleton' | 'default' | 'skeletonlib';

export type Common = {
files: Array<{
Expand Down

0 comments on commit 007fa6c

Please sign in to comment.