From 29377de0d746d95b4d9c444b4ef2936055d5b7da Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 12 Jul 2022 17:13:31 +0800 Subject: [PATCH] chore: remove unused types --- utils/renderEslint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/renderEslint.ts b/utils/renderEslint.ts index a549a389..a4502045 100644 --- a/utils/renderEslint.ts +++ b/utils/renderEslint.ts @@ -1,7 +1,7 @@ import * as fs from 'fs' import * as path from 'path' -import type { ESLint, Linter } from 'eslint' +import type { Linter } from 'eslint' import { devDependencies as allEslintDeps } from '../template/eslint/package.json' assert { type: 'json' } import deepMerge from './deepMerge' -- 2.39.5