UNPKG

@northbrook/eslint

Version:
14 lines (9 loc) 435 B
'use strict'; 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); });