cognitive-complexity.d.ts 176 B

123
  1. import type { TSESLint } from '@typescript-eslint/experimental-utils';
  2. declare const rule: TSESLint.RuleModule<string, (number | 'metric' | 'sonar-runtime')[]>;
  3. export = rule;