]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: remove unused types
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 12 Jul 2022 09:13:31 +0000 (17:13 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 12 Jul 2022 09:13:31 +0000 (17:13 +0800)
utils/renderEslint.ts

index a549a389ba624f6114f8ef5c72a2e5d3019c5009..a4502045c536efb37eb817dd161a20af240932c2 100644 (file)
@@ -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'