UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 175 B
import estree from 'estree'; import type { Rule } from 'eslint'; export declare function getFlags(callExpr: estree.CallExpression, context?: Rule.RuleContext): string | null;