eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
4 lines • 305 B
TypeScript
import type { TSESLint, TSESTree } from "@typescript-eslint/utils";
import type { Context } from "../../typings.context.js";
export declare function fixOverflow(fixer: TSESLint.RuleFixer, fixableComment: TSESTree.LineComment, context: Context): TSESLint.RuleFix;
//# sourceMappingURL=fix.overflow.d.ts.map