UNPKG

@rushstack/eslint-plugin

Version:

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

6 lines 266 B
import type { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'error-unhoisted-jest-mock'; type Options = []; declare const hoistJestMock: TSESLint.RuleModule<MessageIds, Options>; export { hoistJestMock }; //# sourceMappingURL=hoist-jest-mock.d.ts.map