Skip to content

srgraham/coffeelint-unreachable-code-after-return

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published