UNPKG

eslint-plugin-sonarjs

Version:
5 lines (4 loc) 252 B
import type { Rule } from 'eslint'; import type estree from 'estree'; import type { Assertion } from './assertions.js'; export declare function extractChaiAssertion(context: Rule.RuleContext, node: estree.Node, allowGlobal: boolean): Assertion | null;