Releases: seek-oss/eslint-config-seek
Releases · seek-oss/eslint-config-seek
v14.4.0
v14.3.2
Patch Changes
-
deps: eslint-plugin-import-x 4.6.1 (#192)
A previous version of
eslint-config-seek
pinned this dependency to4.7.0
, versions beyond which have issues within skuba, but unfortunately this version has optional dependencies that cause some mayhem withyarn --ignore-optional
installations, which is common enough to be a significant annoyance. Pinning to this version should work in all setups.
v14.3.1
v14.3.0
v14.2.2
v14.2.1
v14.2.0
Minor Changes
- Add
import-x/export
as a new lint rule. (#160)
This fails on repeated exports of names or defaults.
v14.1.0
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.