3.1.0 (2023-11-23)
- allow typescript 5 (63f21d3)
3.0.0 (2023-11-23)
- upgrade all dependencies to their latest release (b8ea03c)
- require new major versions of multiple dependencies
2.3.2 (2023-11-23)
- remove unused peer dependencies (1bfa275)
2.3.1 (2023-11-23)
- remove unused dependency on eslint-plugin-testing-library (18ace0c)
2.3.0 (2023-08-03)
- disable @typescript-eslint/no-unnecessary-boolean-literal-compare (db922e8)
2.2.1 (2023-07-14)
- reorganize redundant @typescript-eslint rules (8beb927)
2.2.0 (2023-07-13)
- ignore no-empty-function (ea89573)
2.1.0 (2023-07-13)
2.0.0 (2023-07-12)
- support typescript-eslint 6 (a573e1d)
- require typescript-eslint 6
1.24.0 (2023-05-08)
- turn off import/no-cycle (204b5a4)
1.23.0 (2023-03-09)
- allow unstabled-nested-components as props (4b59607)
1.22.1 (2023-01-23)
1.22.0 (2022-11-21)
- Allow function expressions for components conforming to a component type (70a1d42)
1.21.0 (2022-11-18)
- Allow arrow functions for dynamically created components (1cbb230)
1.20.2 (2022-11-17)
1.20.1 (2022-11-14)
- set react/no-danger to error (2d6c717)
1.20.0 (2022-10-10)
- include our rules for jsx-a11y (853605c)
1.19.0 (2022-10-07)
1.18.0 (2022-10-05)
- replace require-await with @typescript-eslint/require-await (4deeb73)
1.17.0 (2022-10-05)
- disable @typescript-eslint/no-non-null-assertion (51eba42)
1.16.0 (2022-10-05)
1.15.1 (2022-09-15)
- actually configure react/jsx-curly-brace-presence (483f04f)
1.15.0 (2022-09-12)
- add @getify/proper-arrows/where (81cfc99)
1.14.0 (2022-09-12)
- add @typescript-eslint/no-unnecessary-condition (2e46358)
1.13.0 (2022-09-12)
- set no-explicit-any to error (856e60b)
1.12.1 (2022-07-05)
- allow different quotes to avoid escape (d032662)
1.12.0 (2022-07-05)
1.11.0 (2022-06-15)
1.10.0 (2022-03-22)
- add react/jsx-curly-brace-presence (5d85296)
1.9.0 (2022-02-10)
1.8.0 (2022-02-10)
- allow explicit parameter and property types (92c2454)
1.7.0 (2022-02-02)
- upgrade dependencies (829469f)
1.6.0 (2021-10-21)
- reenable @typescript-eslint/ban-ts-comment (7df8c74)
1.5.1 (2021-10-14)
- no-empty-function (cd72263)
1.5.0 (2021-10-14)
- ease Typescript rules (d089262)
1.4.0 (2021-10-14)
1.3.1 (2021-10-14)
- include react plugins (2fe98c1)
1.3.0 (2021-10-14)
- Use @typescript-eslint/recommended (30b02f8)
1.2.0 (2021-10-14)
- Add react config (404266c)
1.1.0 (2021-03-26)
- Enforce consistently using type over interface (7730523)
1.0.1 (2021-03-22)
- Reenable no-unused-imports-ts rule (17def8a), closes /github.com/sweepline/eslint-plugin-unused-imports/issues/24#issuecomment-774039993
- Disable consistent-return (ae0e63c)