grunt-eslint

Validate files with ESLint

MIT License

Downloads
402.9K
Stars
199
Committers
28

Bot releases are hidden (Show)

grunt-eslint - Latest Release

Published by sindresorhus 6 months ago

Breaking

  • Require Node.js 18 (#175) 81834b4

Improvements

  • Update to ESLint 9 (#175) 81834b4
  • Support flat config (#175) 81834b4

https://github.com/sindresorhus/grunt-eslint/compare/v24.3.0...v25.0.0

grunt-eslint -

Published by sindresorhus over 1 year ago

grunt-eslint -

Published by sindresorhus over 1 year ago

grunt-eslint -

Published by sindresorhus over 1 year ago

grunt-eslint -

Published by sindresorhus almost 2 years ago

  • Fix the plugin not finishing in some cases 1322e30

https://github.com/sindresorhus/grunt-eslint/compare/v24.0.0...v24.0.1

grunt-eslint -

Published by sindresorhus about 3 years ago

Breaking

  • Upgrade to ESLint 8 (#171) dbaf9d5
  • Require Node.js 12 (#171) dbaf9d5
  • Due to ESLint changes, some of the options (the ones that are not documented in the readme here) have changed. For example, configFile changed to overrideConfigFile. Consult the ESLint docs for the available options.

https://github.com/sindresorhus/grunt-eslint/compare/v23.0.0...v24.0.0

grunt-eslint -

Published by sindresorhus over 4 years ago

Breaking

  • Upgrade to ESLint 7 (#167) a8f45f6
  • Require Node.js 10 (#167) a8f45f6

https://github.com/sindresorhus/grunt-eslint/compare/v22.0.0...v23.0.0

grunt-eslint -

Published by sindresorhus over 5 years ago

Breaking:

  • Upgrade to ESLint 6 7707f60
  • Require Node.js 8 7707f60

https://github.com/sindresorhus/grunt-eslint/compare/v21.1.0...v22.0.0

grunt-eslint -

Published by sindresorhus over 5 years ago

  • Bump the eslint version to 5.16.0 (#161) 7950891

https://github.com/sindresorhus/grunt-eslint/compare/v21.0.0...v21.1.0

grunt-eslint - 5.1.0

Published by sindresorhus over 9 years ago

Added an outputFile option to output the report to a file instead of the terminal.

grunt-eslint - 5.0.0

Published by sindresorhus over 9 years ago

The task has been rewritten to use the ESLint CLIEngine which fixed most of the open issues.

The use of the CLIEngine brings you some useful new options.

The config option was renamed to configFile and rulesdir was renamed to rulePaths to conform to the CLIEngine options. Old ones still works, but will be removed sometime in the future.

ESLint was also updated.

Fixed issues: #16 #22 #29 #33 #34

Changes: https://github.com/sindresorhus/grunt-eslint/compare/v4.0.0...v5.0.0