UNPKG

@html-eslint/eslint-plugin

Version:
16 lines 622 B
declare namespace _exports { export { CommentContent, Tag, Comment, Text, Line, Range, Option, RuleModule }; } declare const _exports: RuleModule; export = _exports; type CommentContent = import("@html-eslint/types").CommentContent; type Tag = import("@html-eslint/types").Tag; type Comment = import("@html-eslint/types").Comment; type Text = import("@html-eslint/types").Text; type Line = import("../types").Line; type Range = import("eslint").AST.Range; type Option = { skip?: string[] | undefined; }; type RuleModule = import("../types").RuleModule<[Option]>; //# sourceMappingURL=no-extra-spacing-text.d.ts.map