@html-eslint/eslint-plugin
Version:
ESLint plugin for HTML
15 lines • 434 B
TypeScript
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