UNPKG

@rushstack/eslint-plugin

Version:

An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package

8 lines 335 B
import { TreePattern } from '@rushstack/tree-pattern'; export interface IJestCallExpression { methodName?: string; } export declare const jestCallExpression: TreePattern; export declare const requireCallExpression: TreePattern; export declare const importExpression: TreePattern; //# sourceMappingURL=hoistJestMockPatterns.d.ts.map