CoffeeLint rule that finds code that is unreachable because of a return proceeding it.
npm install coffeelint-unreachable-code-after-returnAdd the following configuration to coffeelint.json:
"unreachable_code_after_return": {
  "module": "coffeelint-unreachable-code-after-return"
}There are currently no configuration options.