@html-eslint/eslint-plugin
Version:
ESLint plugin for HTML
14 lines • 431 B
TypeScript
declare namespace _exports {
export { AttributeChecker };
}
declare const _exports: RuleModule<[]>;
export = _exports;
type AttributeChecker = {
attr: string;
when: (node: Tag | ScriptTag) => boolean;
message: string;
};
import type { RuleModule } from "../types";
import type { Tag } from "@html-eslint/types";
import type { ScriptTag } from "@html-eslint/types";
//# sourceMappingURL=no-ineffective-attrs.d.ts.map