Skip to content

Releases: americanexpress/eslint-config-amex

v15.1.0

15 Feb 01:43
Compare
Choose a tag to compare

15.1.0 (2022-02-15)

Features

v15.0.3

14 Feb 16:55
Compare
Choose a tag to compare

15.0.3 (2022-02-14)

Bug Fixes

  • update link to remove non-inclusive term (#98) (86e85cd)

v15.0.2

14 Jan 20:09
Compare
Choose a tag to compare

15.0.2 (2022-01-14)

Bug Fixes

  • eslint-plugin-prettier: peer version (#92) (ef06bd0)

v15.0.1

19 Nov 13:01
Compare
Choose a tag to compare

15.0.1 (2021-11-19)

Bug Fixes

  • typescript: peer dep conflict (1793a26)

v15.0.0

01 Oct 11:28
Compare
Choose a tag to compare

15.0.0 (2021-10-01)

chore

BREAKING CHANGES

  • relese: Node v10 has reached end-of-life and is no longer supported.

  • feat(eslint-comments): aid maintainability of eslint directives

  • release: 7 new rules added as errors

  • fix(index): move eslint-disable directive and pair it

  • feat(ally): disallow nesting of controls in labels

  • feat(unicorn): upgrade eslint-plugin-unicorn from 23.0.0 to 36.0.0

v14.2.1

26 May 17:54
Compare
Choose a tag to compare

14.2.1 (2021-05-26)

Bug Fixes

  • index: switch inclusive language to warning (#77) (b76f28d)

v14.2.0

25 May 14:31
Compare
Choose a tag to compare

14.2.0 (2021-05-25)

Features

  • eslint: add inclusive-language rule (#71) (5a1cf81)

v14.1.1

23 Apr 17:20
Compare
Choose a tag to compare

14.1.1 (2021-04-23)

Bug Fixes

  • comments: link to tagged releases instead of master (#70) (e997489)

v14.1.0

16 Mar 21:30
Compare
Choose a tag to compare

14.1.0 (2021-03-16)

Features

  • react/boolean-prop-naming: extend to allow 'should' in boolean names (#67) (6787d35)

v14.0.0

03 Mar 15:09
Compare
Choose a tag to compare

14.0.0 (2021-03-03)

Features

  • fix the peer dep test; update all deps to latest (51d1864)
  • move optional tools and plugins to optional peerDependencies (4aebd5e)

BREAKING CHANGES

  • Moved TypeScript and Prettier dependencies to peer dependencies and made them optional. Consumers of this package must
    install them separately.
  • Moved ESLint plugins required by amex/test and amex/prettier/* to become optional peer dependencies.
  • Several ESLint plugins received major updates.
  • ESLint versions below v7.15.0 are no longer supported.