eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
61 lines • 1.84 kB
TypeScript
import type { Rule } from "eslint";
export declare const rules: Record<string, Rule.RuleModule>;
export declare const configs: {
readonly recommended: {
plugins: string[];
rules: {
"comment-length/limit-single-line-comments": ["warn"];
"comment-length/limit-multi-line-comments": ["warn"];
};
};
readonly "flat/recommended": {
files: string[];
plugins: {
"comment-length": {
meta: {
name: string;
version: string;
};
rules: Record<string, Rule.RuleModule>;
};
};
rules: {
"comment-length/limit-single-line-comments": ["warn"];
"comment-length/limit-multi-line-comments": ["warn"];
};
};
};
declare const _default: {
meta: {
name: string;
version: string;
};
rules: Record<string, Rule.RuleModule>;
configs: {
readonly recommended: {
plugins: string[];
rules: {
"comment-length/limit-single-line-comments": ["warn"];
"comment-length/limit-multi-line-comments": ["warn"];
};
};
readonly "flat/recommended": {
files: string[];
plugins: {
"comment-length": {
meta: {
name: string;
version: string;
};
rules: Record<string, Rule.RuleModule>;
};
};
rules: {
"comment-length/limit-single-line-comments": ["warn"];
"comment-length/limit-multi-line-comments": ["warn"];
};
};
};
};
export default _default;
//# sourceMappingURL=index.d.ts.map