CoffeeLint rule that detects a throw inside of an async function.
npm install coffeelint-throw-inside-asyncAdd the following configuration to coffeelint.json:
"throw_inside_async": {
  "module": "coffeelint-throw-inside-async"
}There are currently no configuration options.