eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
7 lines • 373 B
TypeScript
import { ESLintUtils } from "@typescript-eslint/utils";
import { MessageIds } from "../../const.message-ids.js";
import { type Options } from "../../typings.options.js";
export declare const limitTaggedTemplateLiteralCommentsRule: ESLintUtils.RuleModule<MessageIds, [Options & {
tags: string[];
}], unknown, ESLintUtils.RuleListener>;
//# sourceMappingURL=rule.d.ts.map