UNPKG

@rushstack/eslint-plugin

Version:

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

6 lines 350 B
import { type TSESLint } from '@typescript-eslint/utils'; export declare const MESSAGE_ID: 'error-pair-react-dom-render-unmount'; type RuleModule = TSESLint.RuleModule<typeof MESSAGE_ID, []>; declare const pairReactDomRenderUnmountRule: RuleModule; export { pairReactDomRenderUnmountRule }; //# sourceMappingURL=pair-react-dom-render-unmount.d.ts.map