types(cli): reduce ts-ignore

This commit is contained in:
chenjiahan
2020-03-14 19:00:19 +08:00
parent 637f2de35e
commit a9e94a29c6
12 changed files with 25 additions and 207 deletions
@@ -2,7 +2,6 @@ import { join } from 'path';
import { ROOT } from '../common/constant';
import { ora, slimPath } from '../common/logger';
import { createWriteStream, readFileSync } from 'fs-extra';
// @ts-ignore
import conventionalChangelog from 'conventional-changelog';
const DIST_FILE = join(ROOT, './changelog.generated.md');
-1
View File
@@ -1,4 +1,3 @@
// @ts-ignore
import execa from 'execa';
import { ora } from '../common/logger';
import { SCRIPT_EXTS } from '../common/constant';
@@ -1,5 +1,4 @@
/* eslint-disable no-template-curly-in-string */
// @ts-ignore
import releaseIt from 'release-it';
import { join } from 'path';