Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danini-the-panini/coffeelint-no-code-after-return

A plugin for CoffeeLint for detecting dead code after return statements.
https://github.com/danini-the-panini/coffeelint-no-code-after-return

Last synced: 15 days ago
JSON representation

A plugin for CoffeeLint for detecting dead code after return statements.

Awesome Lists containing this project

README

        

CoffeeLint No Code After Return
===============================
[![Circle CI](https://circleci.com/gh/jellymann/coffeelint-no-code-after-return/tree/master.svg?style=svg)](https://circleci.com/gh/jellymann/coffeelint-no-code-after-return/tree/master)

A plugin for [CoffeeLint](http://www.coffeelint.org/) for detecting dead code after return statements.

Usage
-----

Install it:

$ npm install -g coffeelint-no-code-after-return

Use it:

{
"no_code_after_return": {
"module": "coffeelint-no-code-after-return"
}
}