there appears to be inconsistencies between what typedoc is configured to generate docs off of and what the linter is actually checking for. please have these read their configuration from a single place.
to reproduce this issue, add a private member to a class. this is excluded in typedoc, however linter returns a failure on its check. seems like eslint is ignoring the typedocOptions key under tsconfig.json
there appears to be inconsistencies between what typedoc is configured to generate docs off of and what the linter is actually checking for. please have these read their configuration from a single place.
to reproduce this issue, add a private member to a class. this is excluded in typedoc, however linter returns a failure on its check. seems like eslint is ignoring the typedocOptions key under tsconfig.json