Lint LESSCSS files with Grunt. Version 2.0.0 requires Node >= 4.0.0 and Grunt ~0.4.5. This plugin integrates the lesshint linter into the Grunt build system, providing a task named 'lesshint' for checking LESS files. Options include force (continue on errors), reporter (custom error formatting), lesshintrc (configuration file), and allowWarnings (allow warnings without failure). Release history shows updates to lesshint v3.0.0 and support for custom reporters and allowing warnings. Less frequently updated; last release 2017.
npm install grunt-lesshintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Gruntfile configuration for grunt-lesshint task linting all .less files in src/.
Set 'force: true' in options to continue despite errors.
Check package.json peerDependencies; use Grunt 0.4.5 or later but note v1.2.0+ compatible with Grunt 1.0.0.
Consider migrating to standalone lesshint or an alternative linter.
Add grunt.loadNpmTasks('grunt-lesshint'); in Gruntfile.npm install lesshint@3.0.0 --save-dev and ensure version matches plugin.