David Bouman
David Bouman
Afaict the [documented changelog](http://www.coffeelint.org/#changelog) ends at version `1.15.0`; and so - I would assume - do the [documented options](http://www.coffeelint.org/#options); yet we've seen [numerous releases](https://github.com/clutchski/coffeelint/releases) since then, including a recent major...
When employing the coffeelint API directly instead of through the commandline, passing in a `config` containing an [`extends`](https://github.com/clutchski/coffeelint/commit/d19d249) option, it is simply ignored. ``` coffee coffeelint.lint( someFile extends: 'coffeelint-config-foobar' literate...
Please consider this minimal example: ``` bash node
We wanted to set a tooltip on an SVG element (`` in this case). For reasons I do not claim to understand, jQuery's `.outerwidth()` and `.outerheight()` methods applied to such...
Hate to sound like a broken record here, but would anyone please consider completing a new release that depends on `coffeelint@^2`? @mwittig once started branch [`coffeelint2-dev`](https://github.com/vojtajina/grunt-coffeelint/compare/coffeelint2-dev) in response to #69...
Now that coffeelint has bumped its major version, it will no longer match the semver range of `^1` in your [`dependencies`](https://github.com/vojtajina/grunt-coffeelint/blob/v0.0.16/package.json#L41).