Skip to content

Commit e25b9dc

Browse files
committed
chore: remove unused types
1 parent 88c7f95 commit e25b9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/renderEslint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'fs'
22
import * as path from 'path'
33

4-
import type { ESLint, Linter } from 'eslint'
4+
import type { Linter } from 'eslint'
55

66
import { devDependencies as allEslintDeps } from '../template/eslint/package.json' assert { type: 'json' }
77
import deepMerge from './deepMerge'

0 commit comments

Comments
 (0)