Package Exports
- coffeelint-unreachable-code-after-return
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (coffeelint-unreachable-code-after-return) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.