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