@html-eslint/eslint-plugin
Version:
ESLint plugin for HTML
14 lines • 436 B
TypeScript
declare namespace _exports {
export { AnyNodeOrLine, Option };
}
declare const _exports: RuleModule<[Option]>;
export = _exports;
type AnyNodeOrLine = AnyNode | Line;
type Option = {
skip?: string[] | undefined;
inline?: string[] | undefined;
};
import type { RuleModule } from "../types";
import type { AnyNode } from "@html-eslint/types";
import type { Line } from "../types";
//# sourceMappingURL=element-newline.d.ts.map