UNPKG

eslint-plugin-sonarjs

Version:
7 lines (6 loc) 213 B
import type { Rule } from 'eslint'; /** * A suspect test node is a test node that is the only child of a function body */ export declare const S2301: Rule.RuleModule; export declare const rule: Rule.RuleModule;