@html-eslint/eslint-plugin
Version:
ESLint plugin for html
13 lines • 550 B
TypeScript
declare namespace _exports {
export { Range, Attribute, Tag, ScriptTag, StyleTag, Option, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type Range = import("eslint").AST.Range;
type Attribute = import("@html-eslint/types").Attribute;
type Tag = import("@html-eslint/types").Tag;
type ScriptTag = import("@html-eslint/types").ScriptTag;
type StyleTag = import("@html-eslint/types").StyleTag;
type Option = "single" | "double";
type RuleModule = import("../types").RuleModule<[Option]>;
//# sourceMappingURL=quotes.d.ts.map