Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danini-the-panini/coffeelint-no-code-after-return
- Owner: danini-the-panini
- Created: 2015-05-31T09:35:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T13:47:04.000Z (over 8 years ago)
- Last Synced: 2023-06-11T05:35:17.622Z (over 1 year ago)
- Language: CoffeeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
}