Skip to content

Commit

Permalink
chor remove debug comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Convly committed Dec 6, 2023
1 parent 1a3fa14 commit 9c9bb2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/utils/upgrade/src/modules/runner/code/types.ts
Expand Up @@ -2,9 +2,9 @@ export interface CodeRunnerConfiguration {
dry?: boolean;
extensions?: string;
runInBand?: boolean;
verbose?: number; // static 0
babel?: boolean; // static true
print?: boolean; // static false
silent?: boolean; // static true
parser?: 'js' | 'ts'; // static ts
verbose?: number;
babel?: boolean;
print?: boolean;
silent?: boolean;
parser?: 'js' | 'ts';
}

0 comments on commit 9c9bb2c

Please sign in to comment.