@html-eslint/eslint-plugin
Version:
ESLint plugin for html
15 lines • 589 B
TypeScript
declare namespace _exports {
export { Tag, ScriptTag, StyleTag, Option1, Option2, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type Tag = import("@html-eslint/types").Tag;
type ScriptTag = import("@html-eslint/types").ScriptTag;
type StyleTag = import("@html-eslint/types").StyleTag;
type Option1 = "camelCase" | "snake_case" | "PascalCase" | "kebab-case" | "regex";
type Option2 = {
pattern: string;
flags?: string | undefined;
};
type RuleModule = import("../types").RuleModule<[Option1, Option2]>;
//# sourceMappingURL=id-naming-convention.d.ts.map