Skip to content

Commit

Permalink
refactor: allow console
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoyqj committed Apr 4, 2023
1 parent 238b1c8 commit d41b703
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node
/* eslint-disable no-console */
import * as fs from 'fs';
import * as path from 'path';
import commander from 'commander'; // @fix no import * https://github.com/microsoft/tslib/issues/58
Expand Down
1 change: 1 addition & 0 deletions src/init.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
/**
* @file: 环境初始化
* @author: yangqianjun
Expand Down
1 change: 1 addition & 0 deletions src/initConfig.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import * as fs from 'fs';
import prompt from 'prompt';
import chalk from 'chalk';
Expand Down
1 change: 1 addition & 0 deletions src/swagger2ts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import { exec } from 'child_process';
import * as path from 'path';
import * as fs from 'fs-extra';
Expand Down

0 comments on commit d41b703

Please sign in to comment.