A Grunt plugin to lint CoffeeScript files using coffee-lint. Currently at version 0.0.1 with no active development since 2013. Works only with Grunt ~0.4.1 and CoffeeScript. Not compatible with modern Node.js or Grunt versions. Lacks configuration options and has poor error reporting compared to alternatives like grunt-contrib-coffeelint.
npm install grunt-coffee-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Grunt configuration to lint CoffeeScript files using grunt-coffee-lint plugin.
Use grunt-contrib-coffeelint or update to modern Grunt.
Switch to grunt-contrib-coffeelint or eslint with CoffeeScript parser.
Refer to source code on GitHub for usage: git://github.com/geta6/grunt-coffee-lint
Consider using ESLint with CoffeeScript plugin or migrate to JavaScript/TypeScript.
Add grunt.loadNpmTasks('grunt-coffee-lint'); to your Gruntfile.Run: npm install grunt-coffee-lint --save-dev