• Robert Knight's avatar
    Enable consistent return lint rule (#30) · 745f145f
    Robert Knight authored
    Enforce that all paths through a function either return a value
    or do not return a value.
    
    This cause several cases of spurious returns left in by CoffeeScript ->
    JS conversion and return statements with missing values.
    745f145f
media-embedder.js 4.44 KB