UNPKG

coffeelint-no-operation-expression

Version:
31 lines (30 loc) 759 B
{ "name": "coffeelint-no-operation-expression", "version": "0.0.3", "description": "Coffeelint rule that detects code that doesn't do anything", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/srgraham/coffeelint-no-operation-expression.git" }, "keywords": [ "coffeelint", "coffeelintrule", "coffeelint-rule", "coffee-lint", "useless" ], "author": "Scott Graham", "license": "MIT", "bugs": { "url": "https://github.com/srgraham/coffeelint-no-operation-expression/issues" }, "homepage": "https://github.com/srgraham/coffeelint-no-operation-expression", "dependencies": { "chai": "^3.4.1", "coffee-script": "^1.10.0" } }