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