tunnckoCore/koa-better-body

View on GitHub
packages/eslint/src/bin.js

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env node

'use strict';

const { hela } = require('@hela/core');
const { wrapper } = require('./index.js');

const prog = wrapper(hela('eslint', { singleMode: true }).usage('[...files]'));

prog.parse();