Patch Changes
-
fe96f0f: fix: make
@typescript-eslint/typesan optional peer dependencyprint()is also used in non-TypeScript contexts (e.g. with@types/estreenodes), where@typescript-eslint/typesas a regular dependency can cause type conflicts. Now optional, sots()/tsx()visitors work with any node type.