17.0.0 (2024-11-20)
- ensure consistent type imports
- update base JS config and require ESLint >=9.15.0
- ensure consistent type imports (5e4a662)
- update base JS config and require ESLint >=9.15.0 (89c8491)
16.0.0 (2024-10-05)
- move
prefer-enum-initializers
andprefer-optional-chain
to error - update dependencies and support ESLint 9
- move
prefer-enum-initializers
andprefer-optional-chain
to error (8ee892b) - update dependencies and support ESLint 9 (86a5295)
15.0.1 (2024-08-27)
- replace deprecation plugin with builtin no-deprecated rule (09ae60c)
15.0.0 (2024-08-01)
- update typescript-eslint to v8 and enforce TS >=5.5
- update typescript-eslint to v8 and enforce TS >=5.5 (e32b7b6)
14.0.0 (2024-07-02)
- migrate to ESLint flat config
- migrate to ESLint flat config (740220d)
13.0.0 (2024-06-29)
- update dependencies
- update dependencies (4d78035)
12.4.0 (2024-05-01)
12.3.0 (2024-04-10)
- enable no-unreachable eslint rule (62d2246)
12.2.0 (2024-02-13)
- upgrade typescript-eslint to v7 (4134c57)
12.1.0 (2023-12-05)
- update dependencies and add no-unsafe-unary-minus rule (b5d5db9)
12.0.4 (2023-07-28)
12.0.3 (2023-07-19)
- disable require-await rule (7d735af)
12.0.2 (2023-07-18)
- configure array-type rule (55bff12)
12.0.1 (2023-07-18)
12.0.0 (2023-07-18)
- update plugin and config
- update plugin and config (5140835)
11.3.1 (2023-03-18)
- allow TypeScript v5 (677510d)
11.3.0 (2023-03-10)
- update plugins (baf3ae3)
11.2.2 (2022-11-07)
- include TypeScript overrides in base config (a514a41)
11.2.1 (2022-10-31)
- remove prefer-regexp-exec (59f2465)
11.2.0 (2022-10-31)
- add unicorn config and remove jest config (618ec22)
11.1.0 (2022-09-20)
- update rules to v5.38.0 (18bde10)
11.0.1 (2022-06-02)
- disable some problematic rules (189ecc6)
11.0.0 (2022-06-02)
- update config with latest dependencies and rules
- update config with latest dependencies and rules (b63dbf9)
10.4.0 (2022-03-08)
- split config into two base and jest configs (0862d1f)
10.3.0 (2021-12-17)
- make ban-ts-comment an error (c379d6b)
10.2.4 (2021-11-22)
- allow double leading underscores (95886fc)
10.2.3 (2021-11-22)
- allow leading underscore in variable names and type properties (7580587)
10.2.2 (2021-11-04)
- allow PascalCase and UPPER_CASE in type properties (f5b0494)
10.2.1 (2021-11-02)
- allow variables to be PascalCase (0e22cd7)
10.2.0 (2021-11-02)
- add naming-convention rule and disable no-parameter-properties (7e158b8)
10.1.1 (2021-10-15)
- only disable type-related rules in TypeScript files (02380b3)
10.1.0 (2021-10-15)
- add jsdoc config (57a954d)
10.0.0 (2021-10-15)
- update to ESLint v8
9.0.0 (2021-10-12)
- mark eslint plugins as peer dependencies
- mark eslint plugins as peer dependencies (f6af7c7)
8.0.11 (2021-10-12)
- update typescript-eslint to v5.0.0 (aef742c)
8.0.10 (2021-10-11)
- update dependencies (89c9107)
8.0.9 (2021-05-10)
- remove Prettier (5f4c848)
8.0.8 (2021-02-23)
- do not extend prettier anymore (fcccd71)
8.0.7 (2021-02-22)
- disable no-empty-interface rule (5506bb5)
8.0.6 (2021-02-04)
- only use TypeScript parser for TypeScript files (e655cae)
8.0.5 (2020-10-26)
- disable redundant no-throw-literal from ESLint (2bfb717)
8.0.4 (2020-10-20)
- only apply rules to TypeScript files (4761989)
8.0.3 (2020-10-05)
- ignore rest siblings in no-unused-vars (5c77912)
8.0.2 (2020-09-24)
- disable too restrictive rules (99463e7)
8.0.1 (2020-09-23)
- make the config less strict (9a562c7)
8.0.0 (2020-09-23)
- add many rules (f8a209a)
- Many new rules were added.
7.0.0 (2020-07-28)
6.0.0 (2020-05-25)
5.0.0 (2020-03-27)
- update dependencies (9fff51b)
- Breaking changes in base config
4.1.3 (2020-02-04)
4.1.2 (2019-11-04)
- update jest plugin (acfb832)
4.1.1 (2019-08-28)
- remove rules that don't exist anymore (12d2ce5)
4.1.0 (2019-08-28)
- move to typescript-eslint@2 (ac8fa83)
4.0.2 (2019-08-02)
- do not ban ts-ignore in tests (2131258)
4.0.1 (2019-07-24)
- disable no-magic-numbers rule (2886607)
4.0.0 (2019-07-24)
3.0.1 (2019-06-22)
3.0.0 (2019-01-25)
- upgrade to @typescript-eslint/eslint-plugin (e07e904)
- The peer dependencies have changed after upgrade to @typescript-eslint/eslint-plugin.
2.0.0 (2018-12-22)
- update eslint-plugin-typescript to 1.0.0-rc.0 (6f4bad7)
- Many more rules were enabled.