stelligent / mutato

Repo formerly known as mu-cdk. A.K.A Mu2. Pronounced: mew-tah-toe
https://stelligent.github.io/mutato/
MIT License
23 stars 2 forks source link

incosistency between linter config and typedoc config #32

Closed 3p3r closed 4 years ago

3p3r commented 4 years ago

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