Skip to content

Latest commit

 

History

History
72 lines (33 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

72 lines (33 loc) · 2.98 KB

1.4.1 (2024-12-24)

Bug Fixes

  • eslint: remove rule @stylistic/no-extra-parens (282347d)

1.4.0 (2024-12-24)

Features

  • eslint: add rule @stylistic/no-extra-parens (fe5ac34)

1.3.0 (2024-12-20)

Features

  • eslint: add @stylistic/eslint-plugin with rule @stylistic/lines-between-class-members (dd40ca9)

1.2.0 (2024-12-20)

Features

  • add eslint rule @typescript-eslint/prefer-promise-reject-errors (e442564)

1.1.1 (2024-12-20)

Bug Fixes

  • eslint: configure perfectionist to sort by case as expected (9a529d1)

1.1.0 (2024-12-17)

Features

  • add biome nursery linter rule useConsistentMemberAccessibility (edb31d1)
  • add rule @typescript-eslint/no-floating-promises (e597ef2)

1.0.3 (2024-10-18)

Bug Fixes

  • biome: format package.json like npm (a914d36)
  • eslint: sort-classes groups exactly like next version of perfectionist (c8153b2)

1.0.2 (2024-10-14)

Bug Fixes

  • biome: also check test files strictly (6e6bbdf)
  • biome: remove project specific (and unused) globals (9fd685e)

1.0.1 (2024-10-10)

Bug Fixes

  • publish package publicly (721eda9)

1.0.0 (2024-10-10)

Features

  • eslint: add eslint-plugin-tsdoc (1206017)