eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
5 lines • 367 B
TypeScript
import type { TSESTree } from "@typescript-eslint/utils";
import type { RuleContext } from "@typescript-eslint/utils/ts-eslint";
import type { Options } from "../../typings.options.js";
export declare function limitMultiLineComments(ruleContext: RuleContext<string, unknown[]>, options: Options, comments: TSESTree.Comment[]): void;
//# sourceMappingURL=root.d.ts.map