@html-eslint/eslint-plugin
Version:
ESLint plugin for html
22 lines • 965 B
TypeScript
declare namespace _exports {
export { Tag, Comment, Doctype, ScriptTag, StyleTag, Text, AnyNode, OpenTagEnd, CloseTag, Line, AnyNodeOrLine, Option, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type Tag = import("@html-eslint/types").Tag;
type Comment = import("@html-eslint/types").Comment;
type Doctype = import("@html-eslint/types").Doctype;
type ScriptTag = import("@html-eslint/types").ScriptTag;
type StyleTag = import("@html-eslint/types").StyleTag;
type Text = import("@html-eslint/types").Text;
type AnyNode = import("@html-eslint/types").AnyNode;
type OpenTagEnd = import("@html-eslint/types").OpenTagEnd;
type CloseTag = import("@html-eslint/types").CloseTag;
type Line = import("../types").Line;
type AnyNodeOrLine = AnyNode | Line;
type Option = {
skip?: string[] | undefined;
inline?: string[] | undefined;
};
type RuleModule = import("../types").RuleModule<[Option]>;
//# sourceMappingURL=element-newline.d.ts.map