UNPKG

eslint-interactive

Version:

The CLI tool to run `eslint --fix` for each rule

6 lines 369 B
export { run, type Options } from './cli/run.js'; export { Core } from './core.js'; export { type Config, type ESLintOptions, configDefaults } from './config.js'; export { takeRuleStatistics, type RuleStatistic } from './formatter/index.js'; export { type FixableMaker, type SuggestionFilter, type FixContext } from './fix/index.js'; //# sourceMappingURL=index.d.ts.map