eslint-suggestion-action

This GitHub Action runs ESLint and provides inline feedback to the changes in a Pull Request.

MIT License

Downloads
241
Stars
34
Committers
3

Bot releases are hidden (Show)

eslint-suggestion-action - v2.1.0

Published by CatChen about 2 years ago

v2.1.0 started to support GitHub Workflow push event.

What's Changed

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v2.0.4...v2.1.0

eslint-suggestion-action - v2.0.4

Published by CatChen about 2 years ago

This action starts resolving review comments if the ESLint error is fixed.

What's Changed

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v2.0.3...v2.0.4

eslint-suggestion-action - v2.0.3

Published by CatChen about 2 years ago

Fixed targets usage with multiple directories.

What's Changed

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v2.0.2...v2.0.3

eslint-suggestion-action - v2.0.2

Published by CatChen about 2 years ago

What's Changed

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v2.0.1...v2.0.2

eslint-suggestion-action - v2.0.1

Published by CatChen about 2 years ago

What's Changed

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v2.0.0...v2.0.1

eslint-suggestion-action - v2.0.0

Published by CatChen about 2 years ago

v2.0.0 has different inputs than v1.x

  • github-workspace is replaced by directory.
  • eslint-path is replaced by eslint-lib-path.
  • eslint-lib-path is added to customize ESLint library path.
  • directory is added to support multiple ESLint projects with multiple instances of this Action.
  • targets is added to support globs for file matching.

What's Changed

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v1.10.1...v2.0.0

eslint-suggestion-action - v1.10.0

Published by CatChen over 2 years ago

What's Changed

  • Stopped creating review comment that already exists from previous action run.
  • Made github-workspace input optional by using process.cwd() in place of ${{ github-workspace }}.
  • Made request-changes input default to true.

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v1.9.0...v1.10.0

eslint-suggestion-action - v1.7.0

Published by CatChen over 2 years ago

What's Changed

  • Removed previous inputs.
  • Added two new inputs: fail-check and request-changes.
  • Stopped creating annotation and stopped providing out of scope feedback.
  • Consolidated all suggestions into a single review instead of one review per suggestion.

Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v1.4.0...v1.7.0

eslint-suggestion-action - v1.4.0

Published by CatChen over 2 years ago

  • Added four workflow options.
  • Added multi-line support for fix.
eslint-suggestion-action - v1.2.0

Published by CatChen over 2 years ago

This is the first public release in GitHub Marketplace.

Package Rankings
Top 20.14% on Npmjs.org
Top 13.36% on Github actions
Badges
Extracted from project README
Build Test ESLint CodeQL
Related Projects