0.0.2 • Published 8 years ago

coffeelint-throw-inside-async v0.0.2

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

coffeelint-throw-inside-async

CoffeeLint rule that detects a throw inside of an async function.

Installation

npm install coffeelint-throw-inside-async

Usage

Add the following configuration to coffeelint.json:

"throw_inside_async": {
  "module": "coffeelint-throw-inside-async"
}

Configuration

There are currently no configuration options.