Skip to content

Latest commit

 

History

History
108 lines (47 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

108 lines (47 loc) · 4.03 KB

2.1.3 (2023-10-06)

Bug Fixes

  • setup conflicting rule from import plugin for type imports (21c1a3a)

2.1.2 (2023-09-27)

Bug Fixes

  • add overrides for import/no-default-export (d66eb9d)

2.1.1 (2023-09-23)

Bug Fixes

  • include jest configs in package (21b73e5)

2.1.0 (2023-09-23)

Features

  • enable curly to enforce style (fa86bb0), closes #7
  • enable more ts and general rules (c6f324e)

2.0.0 (2023-08-15)

Features

  • create jest-overrides outside the base config (7d3eaa9)

BREAKING CHANGES

  • Jest-overrides as a separate option to extend from outside base config

1.2.0 (2023-07-29)

Features

  • add tsup override for dev deps (5dcacfb)

1.1.1 (2023-07-28)

Bug Fixes

  • disable import/order to avoid conflicts (9f88bdb)

1.1.0 (2023-04-09)

Bug Fixes

  • update nextjs-ts to avoid errors when using style tags (a976795)

Features

  • disable prefer default export (2b41e04)

1.0.5 (2023-03-13)

Bug Fixes

  • include the base configs (04b3bf7)

1.0.4 (2023-03-13)

Bug Fixes

  • add the troubleshooting section in the README (9c1609d)

1.0.3 (2023-03-13)

Bug Fixes

  • remove extra comma in package.json files (7128213)

1.0.2 (2023-03-13)

Bug Fixes

  • use require.resolve for internal configs (a55462f)

1.0.1 (2023-03-13)

Bug Fixes

  • use the full reference for internal configs (4845ec5)

1.0.0 (2023-03-13)

Features