UNPKG

eslint-plugin-sonarjs

Version:
8 lines (7 loc) 271 B
import { Rule } from 'eslint'; /** * We assume that the user is using a single assertion library per file, * this is why we are not saving if an assertion has been performed for * libX and the imported library was libY. */ export declare const rule: Rule.RuleModule;