Skip to content

Commit

Permalink
fix: fix invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
hugop95 authored Nov 25, 2024
1 parent b44ea65 commit b9ce62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/sort-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { TSESTree } from '@typescript-eslint/types'
import type { TSESLint } from '@typescript-eslint/utils'

import { AST_NODE_TYPES } from '@typescript-eslint/utils'
import { isSortable } from 'utils/is-sortable'

import type {
SortModulesOptions,
Expand Down Expand Up @@ -53,6 +52,7 @@ import { getSourceCode } from '../utils/get-source-code'
import { toSingleLine } from '../utils/to-single-line'
import { rangeToDiff } from '../utils/range-to-diff'
import { getSettings } from '../utils/get-settings'
import { isSortable } from '../utils/is-sortable'
import { useGroups } from '../utils/use-groups'
import { makeFixes } from '../utils/make-fixes'
import { complete } from '../utils/complete'
Expand Down

0 comments on commit b9ce62e

Please sign in to comment.