UNPKG

eslint-config-mts

Version:
8 lines (4 loc) 186 B
import { CLIEngine } from 'eslint'; const cli = new CLIEngine({}); const report = cli.executeOnFiles(['./test/index/no-cond-assign/bad.js']); console.log(report.results[0].messages);