0.9.0 • Published 8 years ago

coffeelint-unreachable-code-after-return v0.9.0

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

coffeelint-unreachable-code-after-return

CoffeeLint rule that finds code that is unreachable because of a return proceeding it.

Installation

npm install coffeelint-unreachable-code-after-return

Usage

Add the following configuration to coffeelint.json:

"unreachable_code_after_return": {
  "module": "coffeelint-unreachable-code-after-return"
}

Configuration

There are currently no configuration options.