clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.18k stars 172 forks source link

Regression 1.15.7 - 1.16.0, exports 'variable assigned to but never read' #582

Closed bazineta closed 7 years ago

bazineta commented 7 years ago

1.15.7 doesn't regard the following as a problem:

class Foo
...
module.exports = Foo

While 1.16.0 issues:

Class "Foo" is assigned to but never read

bazineta commented 7 years ago

...which is, in fact, being issued by coffeescope2, not coffeelint.