Skip to content

Releases: ackama/eslint-config-ackama

v2.2.0

11 Aug 01:48
Compare
Choose a tag to compare

2.2.0 (2021-08-11)

Features

  • jest: use enhanced version of unbound-method rule (#146) (9357d36)

v2.1.2

29 Apr 03:56
Compare
Choose a tag to compare

2.1.2 (2021-04-29)

Bug Fixes

  • bring quote props rule inline with prettier config (#101) (98b448b)

v2.1.1

26 Apr 06:33
Compare
Choose a tag to compare

2.1.1 (2021-04-26)

Bug Fixes

  • flowtype: switch to @babel/eslint-parser (#98) (09bc833)

v2.1.0

18 Feb 21:45
Compare
Choose a tag to compare

2.1.0 (2021-02-18)

Features

  • react: make jsx-no-bind warn instead of error (#75) (c570c76)

v2.0.1

22 Oct 02:03
Compare
Choose a tag to compare

2.0.1 (2020-10-22)

Bug Fixes

v2.0.0

11 Sep 00:14
Compare
Choose a tag to compare

2.0.0 (2020-09-11)

Features

BREAKING CHANGES

  • require eslint 7 or higher
  • require prettier 2 or higher
  • require @typescript-eslint 4 or higher
  • require eslint-plugin-jest 24 or higher
  • require eslint-plugin-jest-formatting 2 or higher
  • require eslint-plugin-flowtype 5 or higher
  • require eslint-plugin-node

v1.7.2

13 Aug 02:04
Compare
Choose a tag to compare

1.7.2 (2020-08-13)

Bug Fixes

  • don't ignore parent dirs, to allow for negation globs (3192bd1)

v1.7.1

28 Jul 03:32
Compare
Choose a tag to compare

1.7.1 (2020-07-28)

Bug Fixes

  • specify eslint-plugin-import as peerDependencies (46ef44a)

v1.7.0

20 Jul 23:50
Compare
Choose a tag to compare

1.7.0 (2020-07-20)

Features

  • use ignorePatterns in configs instead of .eslintignore (4420a9b)

v1.6.0

05 Jul 20:08
Compare
Choose a tag to compare

1.6.0 (2020-07-05)

Features