Skip to content

v2.2.5

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Apr 15:44
8f0cdfe

Patch Changes

  • fe96f0f: fix: make @typescript-eslint/types an optional peer dependency

    print() is also used in non-TypeScript contexts (e.g. with @types/estree nodes), where @typescript-eslint/types as a regular dependency can cause type conflicts. Now optional, so ts()/tsx() visitors work with any node type.