UNPKG

@code-pushup/eslint-plugin

Version:

Code PushUp plugin for detecting problems in source code using ESLint.📋

6 lines • 292 B
import process from 'node:process'; import { Parser } from 'yargs/helpers'; import { executeRunner } from './lib/runner/index.js'; const { runnerConfigPath, runnerOutputPath } = Parser(process.argv); await executeRunner({ runnerConfigPath, runnerOutputPath }); //# sourceMappingURL=bin.js.map