eslint-interactive
Version:
The CLI tool to run `eslint --fix` for each rule
8 lines • 329 B
TypeScript
import type { Rule } from 'eslint';
import type { FixContext } from './index.js';
export type FixToApplyAutoFixesArgs = {};
/**
* Create fix to apply auto-fixes.
*/
export declare function createFixToApplyAutoFixes(context: FixContext, _args: FixToApplyAutoFixesArgs): Rule.Fix[];
//# sourceMappingURL=apply-auto-fixes.d.ts.map