Skip to content

Latest commit

 

History

History
67 lines (32 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

67 lines (32 loc) · 2.67 KB

Changelog

1.3.0 (2024-08-30)

Features

  • Add eslint-plugin-flowtype to compat plugins (#115) (5cb3919)

1.2.1 (2024-08-27)

Bug Fixes

1.2.0 (2024-07-22)

Features

  • eslint-plugin-react supports ESLint v9 (#91) (7664bf8)

1.1.2 (2024-07-11)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @eslint/compat bumped from ^1.1.0 to ^1.1.1

1.1.1 (2024-06-26)

Bug Fixes

  • skip add plugin when already imported (#70) (96f3e01)

1.1.0 (2024-06-12)

Features

  • Add --gitignore flag to read in .gitignore files (#55) (3d9f7ce)
  • Add includeIgnoreFile() method (#47) (b5f74ed)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @eslint/compat bumped from ^1.0.3 to ^1.1.0

1.0.1 (2024-06-03)

Bug Fixes

  • Wrap plugins that are wrapped in extends (#37) (6c73ed2)

1.0.0 (2024-05-30)

Features