Skip to content

Releases: seek-oss/eslint-config-seek

v6.0.0

17 Jan 00:18
4907d34
Compare
Choose a tag to compare

6.0.0 (2020-01-17)

Features

  • Arrow body and warning comments changes (#47) (4907d34)

BREAKING CHANGES

  • Builds are now likely to fail linting because of the new arrow rule. Can be auto-fixed using eslint "path/to/files" --fix or, in sku, yarn format

v5.0.5

08 Jan 00:14
ae3949d
Compare
Choose a tag to compare

5.0.5 (2020-01-08)

Bug Fixes

v5.0.4

27 Dec 02:40
Compare
Choose a tag to compare

5.0.4 (2019-12-27)

Bug Fixes

  • TypeScript: Disable no-use-before-define (#41) (fb49d2e), closes #40

v5.0.3

23 Dec 05:07
Compare
Choose a tag to compare

5.0.3 (2019-12-23)

Bug Fixes

v5.0.2

23 Dec 04:59
Compare
Choose a tag to compare

5.0.2 (2019-12-23)

Bug Fixes

  • TypeScript: Disable default-case (#39) (382018f)

v5.0.1

23 Dec 04:00
ef48859
Compare
Choose a tag to compare

5.0.1 (2019-12-23)

Bug Fixes

v5.0.0

12 Dec 00:25
Compare
Choose a tag to compare

5.0.0 (2019-12-12)

Features

BREAKING CHANGES

  • Updated React rules to suit common practices
  • Removed some more restrictive rules
  • Moved jest specific rules to only target test files (e.g. thing.test.js, other.spec.ts)
  • Moved cypress specific rules to only target files within a top-level cypress folder

v4.3.2

02 Dec 22:56
8e35cee
Compare
Choose a tag to compare

4.3.2 (2019-12-02)

Bug Fixes

v4.3.1

18 Jul 05:28
e39df7c
Compare
Choose a tag to compare

4.3.1 (2019-07-18)

Bug Fixes

  • deps: Upgrade all plugins & dependencies (#34) (e39df7c)

v4.3.0

16 Jul 05:53
9818d7b
Compare
Choose a tag to compare

4.3.0 (2019-07-16)

Features

  • jest: Add plugin and extend recommended rules (9818d7b)