Skip to content

Releases: seek-oss/eslint-config-seek

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)

v4.2.1

25 Jun 01:25
45f55c6
Compare
Choose a tag to compare

4.2.1 (2019-06-25)

Bug Fixes

v4.2.0

08 Mar 04:54
6137dd0
Compare
Choose a tag to compare

4.2.0 (2019-03-08)

Features

  • Add ‘react-hooks/exhaustive-deps’ rule (#31) (6137dd0)

v4.1.0

06 Feb 21:51
10069f5
Compare
Choose a tag to compare

4.1.0 (2019-02-06)

Features

v4.0.1

11 Jan 02:48
f9ecd94
Compare
Choose a tag to compare

4.0.1 (2019-01-11)

Bug Fixes

v4.0.0

09 Jan 23:43
3ce1c95
Compare
Choose a tag to compare

4.0.0 (2019-01-09)

Features

BREAKING CHANGES

  • globals: ENV and browser globals are no longer supported and should be added where applicable as a project config. For webdriverio browser use webdriverio plugin