@html-eslint/eslint-plugin
Version:
ESLint plugin for html
13 lines • 437 B
TypeScript
declare namespace _exports {
export { Tag, AnyNode, Option, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type Tag = import("@html-eslint/types").Tag;
type AnyNode = import("@html-eslint/types").AnyNode;
type Option = {
allowClass?: string[] | undefined;
allowId?: string[] | undefined;
};
type RuleModule = import("../types").RuleModule<[Option]>;
//# sourceMappingURL=require-explicit-size.d.ts.map