Skip to content

Latest commit

 

History

History
57 lines (26 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

57 lines (26 loc) · 2.34 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.4 (2022-03-26)

Bug Fixes

  • Allow declaration function hoisting in typescript (f4e7b31)

1.3.3 (2022-03-24)

Bug Fixes

  • Don't require default props for react components (7ba260a)

1.3.2 (2022-02-15)

Bug Fixes

  • allow arrow function for React components (292e2d0)

1.3.1 (2022-02-12)

1.3.0 (2022-02-12)

Features

  • Turn off some rules and warn in others (4b21bac)

1.2.2 (2022-02-12)

Bug Fixes

  • Missing eslint-config-prettier (c00972f)

1.2.1 (2022-02-12)

1.2.0 (2022-02-12)

Features

  • Create new config for typescript and react "typescript-react" (6ac681e)
  • Use eslint-config-airbnb-typescript (fa0f2f0)

1.1.0 (2022-02-12)

Features

  • Add typescript eslint support (86a687c)