UNPKG

eslint-plugin-mocha

Version:

Eslint rules for mocha.

8 lines 362 B
/** * @fileoverview A mocha-aware wrapper around ESLint's core `prefer-arrow-callback` rule. * @author Toru Nagashima (core eslint rule) * @author Michael Fields (mocha-aware rule modifications) */ import type { Rule } from 'eslint'; export declare const preferArrowCallbackRule: Readonly<Rule.RuleModule>; //# sourceMappingURL=prefer-arrow-callback.d.ts.map