coffeelint-unreachable-code-after-return

0.9.0 • Public • Published

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.

Package Sidebar

Install

npm i coffeelint-unreachable-code-after-return

Weekly Downloads

2

Version

0.9.0

License

MIT

Last publish

Collaborators

  • srgraham