UNPKG

eslint-seatbelt

Version:

Gradually tighten ESLint rules in your codebase

16 lines (13 loc) 464 B
#!/usr/bin/env -S pnpm exec tsx import { j as SeatbeltConfig } from './SeatbeltConfig-Cd9u6ElU.mjs'; interface SeatbeltCliConfig extends SeatbeltConfig { /** Paths are relative to this directory. Default: `process.cwd()` */ pwd?: string; /** Print the version and exit */ version?: boolean; /** Command to execute. Default: `eslint` */ exec?: string; /** Show help and exit */ help?: boolean; } export type { SeatbeltCliConfig };