Grunt plugin for ESLint that lints JavaScript files using the ESLint engine. Current stable version is 5.0.0, which supports ESLint 5.x. Release cadence follows ESLint major versions with breaking changes. Differentiators: integrates ESLint into Grunt workflows, supports custom config files, rule paths, formatters, silent mode, maxWarnings, outputFile, and a callback for post-processing results.
npm install gruntify-eslintVerified import paths — ran on the pinned version, not inferred.
Install and configure gruntify-eslint with a basic eslint task that lints JavaScript files.
Update to ESLint 4.x or later.
Update to ESLint 3.x or later.
Update to ESLint 2.x or later.
Use grunt.loadNpmTasks('gruntify-eslint') and task name 'eslint'.Use these options only in grunt config, not in ESLint configuration files.
Add grunt.loadNpmTasks('gruntify-eslint') to your Gruntfile.Run npm install --save-dev gruntify-eslint
Ensure src is an array of glob patterns that match existing files.