JSPM

coffeelint-unreachable-code-after-return

0.9.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q15140F
  • License MIT

Checks for unreachable code after return statements

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.