capsule-lint
Version:
The official Capsule linting package.
35 lines (34 loc) • 979 B
TypeScript
declare const _default: {
"attr-whitespace": boolean;
"attr-no-duplication": boolean;
"body-no-duplicates": boolean;
"freemarker-tags": boolean;
"head-body-descendents-html": boolean;
"head-no-duplicates": boolean;
"head-valid-children": boolean;
"html-no-duplicates": boolean;
"html-root-node": boolean;
"html-valid-children": boolean;
"html-valid-children-order": boolean;
"img-src-required": boolean;
"invalid-attribute-char": boolean;
"nested-paragraphs": boolean;
"no-enties-in-attributes": string[];
"spec-char-escape": boolean;
"src-not-empty": boolean;
"tag-pair": boolean;
"valid-path-format": ({
attr: string;
formats: (string | {
pattern: string;
name: string;
})[];
tag?: undefined;
} | {
tag: string;
attr: string;
formats: string[];
})[];
'valid-style-attrs': boolean;
};
export default _default;