Skip to content

Releases: americanexpress/eslint-config-amex

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.

v13.1.0

18 Aug 16:22
Compare
Choose a tag to compare

13.1.0 (2020-08-18)

Features

  • unicorn/prefer-includes: disable (#50) (d526530)

v13.0.0

16 Jul 21:30
Compare
Choose a tag to compare

13.0.0 (2020-07-16)

Bug Fixes

  • eslint: disable prevent abbreviations (#33) (6647bef)

Features

BREAKING CHANGES

  • unicorn: major update to unicorn
  • js: no-lonely-if errors
  • js: no-return-assign, errors
  • js: prefer-object-spread, errors
  • js: no-bitwise, errors

v12.2.0

06 Jun 03:36
Compare
Choose a tag to compare

12.2.0 (2020-06-06)

Features

  • eslint: array includes is acceptable (#34) (bdf92f1)

v12.1.0

05 Jun 16:05
Compare
Choose a tag to compare

12.1.0 (2020-06-05)

Features

  • eslint: spaced comment warn instead of error (#37) (51c539d)

v12.0.3

02 Jun 19:11
Compare
Choose a tag to compare

12.0.3 (2020-06-02)

Bug Fixes

  • eslint: disable airbnb default props rules (#27) (70936b8)

v12.0.2

11 May 23:39
Compare
Choose a tag to compare

12.0.2 (2020-05-11)

Bug Fixes

  • eslint: react requires use of null (#32) (bdf6800)

v12.0.1

07 May 18:03
Compare
Choose a tag to compare

12.0.1 (2020-05-07)

Bug Fixes