@northbrook/eslint
Version:
Northbrook Plugin for ESlint
14 lines (9 loc) • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.plugin = undefined;
var _northbrook = require('northbrook');
var _runLint = require('./runLint');
var plugin = exports.plugin = (0, _northbrook.command)((0, _northbrook.alias)('eslint'), (0, _northbrook.description)('Lint your code with ESlint'));
(0, _northbrook.each)(plugin, _runLint.runLint).catch(function () { return process.exit(1); });