Skip to content

Latest commit

 

History

History
306 lines (133 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

306 lines (133 loc) · 11.3 KB

3.1.0 (2023-11-23)

Features

3.0.0 (2023-11-23)

Features

  • upgrade all dependencies to their latest release (b8ea03c)

BREAKING CHANGES

  • require new major versions of multiple dependencies

2.3.2 (2023-11-23)

Bug Fixes

  • remove unused peer dependencies (1bfa275)

2.3.1 (2023-11-23)

Bug Fixes

  • remove unused dependency on eslint-plugin-testing-library (18ace0c)

2.3.0 (2023-08-03)

Features

  • disable @typescript-eslint/no-unnecessary-boolean-literal-compare (db922e8)

2.2.1 (2023-07-14)

Bug Fixes

2.2.0 (2023-07-13)

Features

  • ignore no-empty-function (ea89573)

2.1.0 (2023-07-13)

Features

  • add @typescript-eslint/prefer-includes (#13) (c8c4dad)

2.0.0 (2023-07-12)

Features

  • support typescript-eslint 6 (a573e1d)

BREAKING CHANGES

  • require typescript-eslint 6

1.24.0 (2023-05-08)

Features

  • turn off import/no-cycle (204b5a4)

1.23.0 (2023-03-09)

Features

  • allow unstabled-nested-components as props (4b59607)

1.22.1 (2023-01-23)

Bug Fixes

  • remove unused dependency eslint-plugin-cypress (#11) (d7987d5)

1.22.0 (2022-11-21)

Features

  • Allow function expressions for components conforming to a component type (70a1d42)

1.21.0 (2022-11-18)

Features

  • Allow arrow functions for dynamically created components (1cbb230)

1.20.2 (2022-11-17)

Bug Fixes

  • use @typescript-eslint/no-useless-constructor over base rule (#9) (eb9ae53)

1.20.1 (2022-11-14)

Bug Fixes

  • set react/no-danger to error (2d6c717)

1.20.0 (2022-10-10)

Features

  • include our rules for jsx-a11y (853605c)

1.19.0 (2022-10-07)

Features

  • disable import/extensions (477da4c)
  • fix plugin import for TypeScript (eddad92)

1.18.0 (2022-10-05)

Features

  • replace require-await with @typescript-eslint/require-await (4deeb73)

1.17.0 (2022-10-05)

Features

  • disable @typescript-eslint/no-non-null-assertion (51eba42)

1.16.0 (2022-10-05)

Features

  • update import/extensions settings (#8) (40a7dea)

1.15.1 (2022-09-15)

Bug Fixes

  • actually configure react/jsx-curly-brace-presence (483f04f)

1.15.0 (2022-09-12)

Features

  • add @getify/proper-arrows/where (81cfc99)

1.14.0 (2022-09-12)

Features

  • add @typescript-eslint/no-unnecessary-condition (2e46358)

1.13.0 (2022-09-12)

Features

  • set no-explicit-any to error (856e60b)

1.12.1 (2022-07-05)

Bug Fixes

  • allow different quotes to avoid escape (d032662)

1.12.0 (2022-07-05)

Features

  • prefer single quotes over template literals (#7) (e7535bd)

1.11.0 (2022-06-15)

Features

  • allow single expression in React Fragment (#6) (43a7268)

1.10.0 (2022-03-22)

Features

  • add react/jsx-curly-brace-presence (5d85296)

1.9.0 (2022-02-10)

Features

  • disable default-param-last completely (772bf6b)
  • use @typescript-eslint/default-param-last (cf84c68)

1.8.0 (2022-02-10)

Features

  • allow explicit parameter and property types (92c2454)

1.7.0 (2022-02-02)

Features

1.6.0 (2021-10-21)

Features

  • reenable @typescript-eslint/ban-ts-comment (7df8c74)

1.5.1 (2021-10-14)

Bug Fixes

1.5.0 (2021-10-14)

Features

1.4.0 (2021-10-14)

Features

  • add switch-exhaustiveness-check (6ec168c)
  • disable import/no-unresolved (5b2ab49)

1.3.1 (2021-10-14)

Bug Fixes

1.3.0 (2021-10-14)

Features

  • Use @typescript-eslint/recommended (30b02f8)

1.2.0 (2021-10-14)

Features

1.1.0 (2021-03-26)

Features

  • Enforce consistently using type over interface (7730523)

1.0.1 (2021-03-22)

Bug Fixes

1.0.0 (2021-03-03)

Features

  • Disable consistent-return (ae0e63c)