rules: {
"aphrodite-add-style-variable-name": RuleModule<
"errorString",
[],
MyPluginDocs,
RuleListener,
>;
"array-type-style": RuleModule<
"errorString",
[],
MyPluginDocs,
RuleListener,
>;
"jest-async-use-real-timers": RuleModule<
"errorString",
[],
MyPluginDocs,
RuleListener,
>;
"jest-await-async-matchers": RuleModule<
"asyncMatchers",
Options,
MyPluginDocs,
RuleListener,
>;
"jest-enzyme-matchers": {
meta: {
docs: { category: string; description: string; recommended: boolean };
fixable: boolean;
};
create(context: any): { CallExpression(node: any): void };
};
"no-one-tuple": RuleModule<"errorString", [], MyPluginDocs, RuleListener>;
"react-no-method-jsx-attribute": RuleModule<
"errorMessage",
[],
MyPluginDocs,
RuleListener,
>;
"react-no-subscriptions-before-mount": RuleModule<
"errorMessage",
[],
MyPluginDocs,
RuleListener,
>;
"react-svg-path-precision": RuleModule<
"errorMessage",
Options,
MyPluginDocs,
RuleListener,
>;
"sync-tag": RuleModule<
"reason"
| "reasonAndReminder",
Options,
MyPluginDocs,
RuleListener,
>;
"ts-no-error-suppressions": RuleModule<
"errorString",
[],
MyPluginDocs,
RuleListener,
>;
}
Type declaration
aphrodite-add-style-variable-name: RuleModule<"errorString", [], MyPluginDocs, RuleListener>
array-type-style: RuleModule<"errorString", [], MyPluginDocs, RuleListener>
jest-async-use-real-timers: RuleModule<"errorString", [], MyPluginDocs, RuleListener>
jest-await-async-matchers: RuleModule<"asyncMatchers", Options, MyPluginDocs, RuleListener>
jest-enzyme-matchers: {
meta: {
docs: { category: string; description: string; recommended: boolean };
fixable: boolean;
};
create(context: any): { CallExpression(node: any): void };
}
no-one-tuple: RuleModule<"errorString", [], MyPluginDocs, RuleListener>
react-no-method-jsx-attribute: RuleModule<"errorMessage", [], MyPluginDocs, RuleListener>
react-no-subscriptions-before-mount: RuleModule<"errorMessage", [], MyPluginDocs, RuleListener>
react-svg-path-precision: RuleModule<"errorMessage", Options, MyPluginDocs, RuleListener>
sync-tag: RuleModule<"reason" | "reasonAndReminder", Options, MyPluginDocs, RuleListener>
ts-no-error-suppressions: RuleModule<"errorString", [], MyPluginDocs, RuleListener>