eslint-plugin-no-memo-displayname
Version:
Eslint plugin that helps to improve debugging components wrapped by React.memo()
17 lines • 419 B
TypeScript
import { Rule } from "eslint";
import { Node } from "estree";
declare const _default: {
meta: {
type: string;
docs: {
description: string;
url: string;
};
schema: never[];
};
create: (context: Rule.RuleContext) => {
ExpressionStatement: (node: Node) => void;
};
};
export default _default;
//# sourceMappingURL=no-memo-displayname.d.ts.map