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
- Updated peer deps.
v0.7.0 - 2022-03-24
- Updated peer deps.
v0.6.0 - 2021-08-15
- In rules
functional/no-let
,functional/prefer-readonly-type
enabled optionignorePattern: "^[mM]utable"
.
v0.5.1 - 2020-09-27
- Turned off
@typescript-eslint/brace-style
becuase it confilicts with prettier
v0.5.0 - 2020-09-27
- Upgraded plugins and settings for new rules in
@typescript-eslint/eslint-plugin
.
v0.4.2 - 2019-10-16
- Add
eslint-plugin-import
rules to index.
v0.4.1 - 2019-10-16
- Add
eslint-plugin-import
as peer dependency.
v0.4.0 - 2019-10-16
- Rules from
eslint-plugin-import
are now checked.
v0.3.0 - 2019-10-14
- Upgrade peer dependencies.
v0.2.0 - 2019-08-11
- Switch to eslint ^5.0.0 as peer dep becuase @typescript-eslint/eslint-plugin needs this
v0.1.0 - 2019-08-11
- Initial release