All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2024-01-10)
- major version upgrades to several plugins
- switch to yarn, upgrade all dependencies c4005ce
4.0.1 (2023-06-17)
- no-conditional-statements now has an s, enable functional-parameters 1953618
4.0.0 (2023-05-29)
- requires eslint-plugin-functional v5
- upgrade eslint-plugin-functional to v5 a0382db
3.1.2 (2022-06-15)
- bigints must be provided as strings 6a3852d
3.1.1 (2022-06-15)
- update eslint-plugin to support bigint in no-magic-numbers f87591a
3.1.0 (2022-06-04)
- ignore -1n, 0n, and 1n magic numbers 074b5f1
3.0.0 (2022-05-13)
-
requires eslint-plugin-prettier, several new rules
-
feat(eslint 8): 2a1df82
2.1.0 (2020-09-12)
- no-loss-of-precision: use new @typescript-eslint version f0ffa33
- no-duplicate-imports: replace with import/no-duplicates 6219b73
2.0.0 (2020-06-18)
-
upgrade to eslint 7
-
upgrade deps fd8d50e
1.2.0 (2020-03-06)
- add import/no-useless-path-segments ccddb9c
1.1.1 (2020-03-06)
- eslint-plugin-import: extend the typescript settings for eslint-plugin-import d06e3b2
1.1.0 (2020-03-04)
- add eslint-plugin-tsdoc 02f09f6
1.0.2 (2020-02-29)
- deprecate ban-ts-ignore in favor of ban-ts-comment b8ae3d8
1.0.1 (2020-02-21)
- @typescript-eslint/no-magic-numbers: add -1 to ignored numbers (for use with indexOf) 818c463