UNPKG

@html-eslint/eslint-plugin

Version:
15 lines 434 B
declare namespace _exports { export { MessageId, Option }; } declare const _exports: RuleModule<[Option]>; export = _exports; type MessageId = { CLOSE_STYLE_WRONG: "closeStyleWrong"; NEWLINE_MISSING: "newlineMissing"; }; type Option = { closeStyle?: "sameline" | "newline" | undefined; ifAttrsMoreThan?: number | undefined; }; import type { RuleModule } from "../types"; //# sourceMappingURL=attrs-newline.d.ts.map