Skip to content

Releases: sgtcoolguy/danger-plugin-eslint

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Jan 16:55

3.0.2 (2022-01-27)

Bug Fixes

  • generate types during typescript build (#160) (e4a373d)

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Oct 16:50

3.0.1 (2021-10-21)

Bug Fixes

  • correct filtering out files that dont match suggested extensions (dd32cb0)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 12:54

3.0.0 (2021-10-18)

  • feat!: support eslint 8 (e98058f)

BREAKING CHANGES

  • Drop support for versions older than eslint 8

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:47

2.0.0 (2020-07-14)

Bug Fixes

  • convert configs passed in as strings to an object (deb15e2)
  • Move esdoc from optionalDependencies to devDependencies and update to ^1.1.0 (1c2adcb)
  • use options.extensions instead of cli (40fe300)

Code Refactoring

  • deps: make eslint a peerDepdency rather than direct dependency (4b6753a)

Features

  • filter set of changed files using eslint's ignore rules and file extensions to avoid attempting to lint intentionally ignore files or non JS file by default. Add optional argument to override the default set of file extensions to process. (dd974ae)
  • Set file and line values when reporting eslint results to danger (ae58ed8)

BREAKING CHANGES

  • deps: eslint is now required to be installed by all users of the package rather than
    relying on the plugin to provide it