Skip to content

Commit

Permalink
fix: dependancy import
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Nov 27, 2024
1 parent 177aad0 commit a63b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/valid-expect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { AST_NODE_TYPES, TSESLint, TSESTree } from '@typescript-eslint/utils'
import { createEslintRule, FunctionExpression, getAccessorValue, isFunction, isSupportedAccessor } from '../utils'
import { parseVitestFnCallWithReason } from '../utils/parse-vitest-fn-call'
import { ModifierName } from '../utils/types'
import { parsePluginSettings } from 'src/utils/parse-plugin-settings'
import { parsePluginSettings } from '../utils/parse-plugin-settings'

export const RULE_NAME = 'valid-expect'
export type MESSAGE_IDS =
Expand Down

0 comments on commit a63b6c9

Please sign in to comment.