capsule-lint
Version:
The official Capsule linting package.
21 lines (20 loc) • 1.03 kB
TypeScript
declare const _default: {
'body-no-duplicates': import("htmlhint/types").Rule;
'freemarker-tags': import("htmlhint/types").Rule;
'head-body-descendents-html': import("htmlhint/types").Rule;
'head-no-duplicates': import("htmlhint/types").Rule;
'head-valid-children': import("htmlhint/types").Rule;
'html-valid-children-order': import("htmlhint/types").Rule;
'html-no-duplicates': import("htmlhint/types").Rule;
'html-root-node': import("htmlhint/types").Rule;
'html-valid-children': import("htmlhint/types").Rule;
'img-src-required': import("htmlhint/types").Rule;
'invalid-attribute-char': import("htmlhint/types").Rule;
'nested-paragraphs': import("htmlhint/types").Rule;
'no-entities-in-attributes': import("htmlhint/types").Rule;
'special-char-escape': import("htmlhint/types").Rule;
'tag-pair': import("htmlhint/types").Rule;
'valid-path-format': import("htmlhint/types").Rule;
'valid-style-attrs': import("htmlhint/types").Rule;
};
export default _default;