Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Releases: SeedCompany/eslint-plugin

v3.3.0

14 Jun 13:34

Choose a tag to compare

3.3.0 (2022-06-14)

Features

  • bump deps & support TS 4.7 (fef82ba)
  • enable dropping useless react fragments (99d612e)

v3.2.2

07 Apr 22:45

Choose a tag to compare

3.2.2 (2022-04-07)

Bug Fixes

  • no-restricted-imports: ensure react import isn't marked as used (aad4018)

v3.2.1

07 Apr 22:35
8946d9a

Choose a tag to compare

3.2.1 (2022-04-07)

Bug Fixes

  • no-restricted-imports: other default check (8a0544e)
  • no-restricted-imports: replacement function not getting localName prop (a935848)

v3.2.0

05 Apr 17:23
62e9e10

Choose a tag to compare

3.2.0 (2022-04-05)

Features

  • no-restricted-imports: add allowNames to slightly limit a wide block list (ce95b28)
  • no-restricted-imports: add replacement.importName shortcut (6114b81)
  • no-restricted-imports: allow replacements to have template variables (d22839c)

v3.1.1

05 Apr 01:29

Choose a tag to compare

3.1.1 (2022-04-05)

Bug Fixes

  • replacements for restricted imports in certain cases (797392d)

v3.1.0

04 Apr 22:16
038e7cf

Choose a tag to compare

3.1.0 (2022-04-04)

Features

  • allow no-restricted-imports to autofix via replacement option (13d3f8c)
  • port no-restricted-imports for more functionality (18095fb)

v3.0.0

28 Mar 20:06

Choose a tag to compare

3.0.0 (2022-03-28)

Features

  • re-enable no-unnecessary-type-constraint in react (7bfe595)
  • transition to new jsx-runtime (f6240e6)
    • npx react-codemod update-react-imports to remove unneeded react imports
  • upgraded react rules (e3a40fb)
    • Enforced display names
    • Enforced key usage
    • Enforced context value doesn't change in render
    • Forbid other bad things

BREAKING CHANGES

  • Replace <T extends any> with <T,>

v2.2.0

23 Mar 21:04

Choose a tag to compare

2.2.0 (2022-03-23)

Features

v2.1.0

16 Mar 13:22

Choose a tag to compare

2.1.0 (2022-03-16)

Features

v2.0.0

10 Mar 19:32

Choose a tag to compare

2.0.0 (2022-03-10)

BREAKING CHANGES

  • Dropped support for Node < 16