UNPKG

gulp-eslint-threshold

Version:

A simple gulp stream plugin for counting warnings and/or errors from gulp-eslint and call a callback function when the number rises above a threshold you set.

37 lines (36 loc) 902 B
{ "name": "gulp-eslint-threshold", "version": "0.1.1", "description": "A simple gulp stream plugin for counting warnings and/or errors from gulp-eslint and call a callback function when the number rises above a threshold you set.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/krmbkt/gulp-eslint-threshold" }, "scripts": { "pretest": "eslint index.js", "test": "echo \"No test specified\" && exit 1", "coverage": "istanbul cover node_modules/mocha/bin/_mocha" }, "keywords": [ "gulp", "eslint", "gulpplugin", "gulp-eslint", "reporter", "build" ], "author": "krmbkt", "license": "MIT", "dependencies": {}, "devDependencies": { "gulp": "^3.9.0", "gulp-eslint": "^1.0.0", "istanbul": "^0.3.17", "mocha": "^2.2.5", "should": "^7.0.2" }, "engines": { "node": ">=0.12" } }