UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 197 B
import type { Rule } from 'eslint'; export declare const rule: Rule.RuleModule; export declare function reportPatternInComment(context: Rule.RuleContext, pattern: string, messageId: string): void;