UNPKG

coffeelint-callback-handle-error

Version:

Coffeelint rule finds instances of error objects passed through a callback not being handled

28 lines (27 loc) 389 B
{ "files": [ "index.coffee", { "pattern": "test/fixtures/*.coffee", "ignore": false, "instrument": false } ], "tests": [ "test/*.coffee" ], "env": { "type": "node" }, "testFramework": "mocha", "delays": { "edit": 500, "run": 150 }, "workers": { "initial": 1, "regular": 1 }, "recycle": true, "debug": false }