We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RuleCreator
1 parent dec6cbe commit 4e23591Copy full SHA for 4e23591
packages/utils/src/eslint-utils/RuleCreator.ts
@@ -7,6 +7,8 @@ import type {
7
} from '../ts-eslint/Rule';
8
import { applyDefault } from './applyDefault';
9
10
+export type { RuleListener, RuleModule };
11
+
12
// we automatically add the url
13
export type NamedCreateRuleMetaDocs = Omit<RuleMetaDataDocs, 'url'>;
14
export type NamedCreateRuleMeta<TMessageIds extends string> = Omit<
0 commit comments