AtomLinter/linter-coffeelint

False positive on modern Coffeescript syntax

elektronik2k5 opened this issue · 1 comments

Current version is based on a version of coffeelint which is over a year old. Quoting the coffeelint changelog:

The v1.12.x versions are considered buggy and you should upgrade to v1.13.x if you experience problems

In addition to that, modern syntax (import/export, generators and others), as well as new lint rules aren't supported.

#68 fixes that! :)

Fixed in #70.