Grunt plugin to lint CoffeeScript files with CoffeeLint and React CJSX syntax support. Version 0.1.0, last updated in 2015. Requires Grunt ~0.4 and coffeelint-cjsx ^2.0. Designed for React 0.12 CJSX syntax. No longer maintained; alternatives include eslint-plugin-react for modern React projects.
npm install grunt-coffeelint-cjsxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic Grunt configuration to lint CoffeeScript and CJSX files using grunt-coffeelint-cjsx.
Migrate to ESLint with eslint-plugin-react for modern React projects, or use coffeelint directly for CoffeeScript.
Ensure coffeelint-cjsx ^2.0 is installed and compatible with your Node.js version (likely Node < 10).
Use grunt.initConfig({ coffeelint: { ... } }) as shown in README.Run `npm install grunt-coffeelint-cjsx --save-dev` and add `grunt.loadNpmTasks('grunt-coffeelint-cjsx');` to Gruntfile.Run `npm install coffeelint-cjsx@^2.0 --save-dev`.
Pin Grunt to ~0.4.x or use an alternative linter.