Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

v23.0.0

Choose a tag to compare

@jhnns jhnns released this 01 Aug 18:08
a6903fc

Bug Fixes

  • Add additional check for tsconfig.json resolving (dd53d16)

Features

  • Enable @typescript-eslint/explicit-member-accessibility rule (f036659)
  • Relax import/order rule (ae8d12a)

BREAKING CHANGES

  • The @typescript-eslint/explicit-member-accessibility rule will now reports errors when someone uses the public keyword in TypeScript classes where it is not necessary.