We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177aad0 commit a63b6c9Copy full SHA for a63b6c9
src/rules/valid-expect.ts
@@ -2,7 +2,7 @@ import { AST_NODE_TYPES, TSESLint, TSESTree } from '@typescript-eslint/utils'
2
import { createEslintRule, FunctionExpression, getAccessorValue, isFunction, isSupportedAccessor } from '../utils'
3
import { parseVitestFnCallWithReason } from '../utils/parse-vitest-fn-call'
4
import { ModifierName } from '../utils/types'
5
-import { parsePluginSettings } from 'src/utils/parse-plugin-settings'
+import { parsePluginSettings } from '../utils/parse-plugin-settings'
6
7
export const RULE_NAME = 'valid-expect'
8
export type MESSAGE_IDS =
0 commit comments