]> 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>
Wed, 13 Jul 2022 04:20:52 +0000 (12:20 +0800)
utils/renderEslint.ts

index 0bb0279c910a7bcd89862e410716681496d8d3b6..0f52c16e32a7c6971c52575996f6abb7341559fc 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'