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