Grunt plugin to lint CoffeeScript files using CoffeeLint. Current stable version is 0.0.16 (last released June 2016). The package is in maintenance mode with no active development. It supports multitask configuration, per-target options, external config files, and a force option to prevent task failure on lint errors. Unlike running coffeelint directly, this integrates with Grunt's build pipeline.
npm install grunt-coffeelintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up the coffeelint Grunt task to lint all CoffeeScript files under src/.
Consider migrating to a modern linter or use coffeelint directly.
Use Grunt 0.4 or later.
Be aware of precedence: task options > configFile.
Run npm install grunt-coffeelint --save-dev and add grunt.loadNpmTasks('grunt-coffeelint'); to Gruntfile.Ensure Grunt 0.4+ is installed: npm install grunt --save-dev.
Verify configFile path relative to Gruntfile or use absolute path.