@html-eslint/eslint-plugin
Version:
ESLint plugin for HTML
13 lines • 415 B
TypeScript
declare namespace _exports {
export { Option };
}
declare const _exports: RuleModule<[Option]>;
export = _exports;
type Option = {
disallowInAssignment?: boolean | undefined;
disallowMissing?: boolean | undefined;
disallowTabs?: boolean | undefined;
enforceBeforeSelfClose?: boolean | undefined;
};
import type { RuleModule } from "../types";
//# sourceMappingURL=no-extra-spacing-attrs.d.ts.map