Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 4, 2024
1 parent 5835a36 commit aefd0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-rename-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import path from 'node:path'

import type { TSESTree } from '@typescript-eslint/typescript-estree'
import type { TSESTree } from '@typescript-eslint/utils'

import { createRule, ExportMap } from '../utils'
import type { ModuleOptions } from '../utils'
Expand Down

0 comments on commit aefd0fd

Please sign in to comment.