UNPKG

standard-cliengine

Version:

expose ESLint instance of standard-engine

33 lines (32 loc) 720 B
{ "name": "standard-cliengine", "version": "1.0.0", "description": "expose ESLint instance of standard-engine", "keywords": [ "eslint", "linter", "standard", "standard-engine" ], "main": "index.js", "engines": { "node": ">=4.0.0" }, "scripts": { "lint": "semistandard --fix --verbose | snazzy" }, "devDependencies": { "semistandard": "*", "snazzy": "*" }, "repository": { "type": "git", "url": "git+https://github.com/bySabi/standard-cliengine.git" }, "bugs": { "url": "https://github.com/bySabi/standard-cliengine/issues" }, "homepage": "https://github.com/bySabi/standard-cliengine#readme", "author": "bySabi Files", "license": "MIT" }