Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 2.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.7.1 - 2022-03-24

Changed

  • Updated peer deps.

v0.7.0 - 2022-03-24

Changed

  • Updated peer deps.

v0.6.0 - 2021-08-15

Changed

  • In rules functional/no-let, functional/prefer-readonly-type enabled option ignorePattern: "^[mM]utable".

v0.5.1 - 2020-09-27

Changed

  • Turned off @typescript-eslint/brace-style becuase it confilicts with prettier

v0.5.0 - 2020-09-27

Changed

  • Upgraded plugins and settings for new rules in @typescript-eslint/eslint-plugin.

v0.4.2 - 2019-10-16

Fixed

  • Add eslint-plugin-import rules to index.

v0.4.1 - 2019-10-16

Fixed

  • Add eslint-plugin-import as peer dependency.

v0.4.0 - 2019-10-16

Changed

  • Rules from eslint-plugin-import are now checked.

v0.3.0 - 2019-10-14

Changed

  • Upgrade peer dependencies.

v0.2.0 - 2019-08-11

Changed

  • Switch to eslint ^5.0.0 as peer dep becuase @typescript-eslint/eslint-plugin needs this

v0.1.0 - 2019-08-11

Added

  • Initial release