v6.0.0-next.6
Pre-release
Pre-release
connor-baer
released this
16 Apr 09:27
·
168 commits
to main
since this release
Major Changes
- #854
8f3630f
Thanks @connor-baer! - Removed the Jest globals from the ESLint config. Import the functions from your test utils file instead.
Patch Changes
-
#854
8f3630f
Thanks @connor-baer! - Disabled thejest/unbound-method
ESLint rule as it requires type information to work. -
#854
8f3630f
Thanks @connor-baer! - Disabled theimport/no-anonymous-default-export
ESLint rule in Storybook files. -
#854
8f3630f
Thanks @connor-baer! - Set a maximum depth for the expansion of dependency trees in theimport/no-cycle
ESLint rule.