UNPKG

eslint-interactive

Version:

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

10 lines (8 loc) 151 B
// @ts-check import { run } from '../dist/index.js'; run({ argv: process.argv, }).catch((error) => { console.error(error); process.exit(1); });