Skip to content

Releases: seek-oss/eslint-config-seek

v14.4.0

19 Mar 00:15
388e2e4
Compare
Choose a tag to compare

Minor Changes

  • deps: Unpin eslint-plugin-import-x to ^4.9.0 (#194)

    Previous releases of eslint-config-seek pinned this dependency to a previous version to work around issues that have been fixed by the package.

v14.3.2

18 Mar 05:15
8c8587f
Compare
Choose a tag to compare

Patch Changes

  • deps: eslint-plugin-import-x 4.6.1 (#192)

    A previous version of eslint-config-seek pinned this dependency to 4.7.0, versions beyond which have issues within skuba, but unfortunately this version has optional dependencies that cause some mayhem with yarn --ignore-optional installations, which is common enough to be a significant annoyance. Pinning to this version should work in all setups.

v14.3.1

17 Mar 00:19
3666f12
Compare
Choose a tag to compare

Patch Changes

  • deps: eslint-plugin-import-x 4.7.0 (#189)

    Later versions of this plugin appear to result in a Segmentation fault (core dumped) error, in SEEK’s setup.

v14.3.0

16 Mar 23:44
f2583a5
Compare
Choose a tag to compare

Minor Changes

  • deps: globals ^16.0.0 (#183)

  • deps: eslint-config-prettier ^10.0.0 (#175)

Patch Changes

  • deps: eslint-plugin-import-x ^4.8.0 (#188)

    This includes a fix to remove duplicate plugin definition that was resulting in an ESLint crash

v14.2.2

03 Feb 23:55
2b54454
Compare
Choose a tag to compare

Patch Changes

  • Use eslint-plugin-cypress's non-legacy flat configuration (#179)

v14.2.1

17 Dec 22:16
5d0fd5e
Compare
Choose a tag to compare

Patch Changes

  • deps: eslint-plugin-cypress ^4.0.0 (#164)

v14.2.0

20 Nov 04:53
b732a85
Compare
Choose a tag to compare

Minor Changes

  • Add import-x/export as a new lint rule. (#160)
    This fails on repeated exports of names or defaults.

v14.1.0

16 Oct 22:12
fc4154c
Compare
Choose a tag to compare

Minor Changes

  • Upgrade eslint-plugin-react-hooks to version 5, removing the need for @eslint/compat. (#155)

    eslint-plugin-react-hooks contains some minor rule changes. Refer to the release notes for more information.

v14.0.2

29 Sep 02:31
7b7e292
Compare
Choose a tag to compare

Patch Changes

  • Prioritise eslint-config-prettier overrides over the base rules (#152)

v14.0.1

25 Sep 05:49
e90578b
Compare
Choose a tag to compare

Patch Changes

  • Define plugins without file scopes, to allow for improved extensibility (#149)