We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tsdoc, eslint-plugin-tsdoc, eslint
We should be able to use the tsdoc.json defined by typedoc for linting with eslint-pluign-tsdoc.
tsdoc.json
typedoc
eslint-pluign-tsdoc
We get following error when using this tsdoc.json
1:2 warning Error loading TSDoc config file: Error encountered for node_modules/typedoc/tsdoc.json: Unsupported JSON "$schema" value; expecting "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json" tsdoc/syntax
Use following tsdoc.json in your project root.
{ "extends": ["typedoc/tsdoc.json"] }
The text was updated successfully, but these errors were encountered:
Oh that's fun, I didn't notice the schema redirected when visited to the en-us url.
Sorry, something went wrong.
CHANGELOG.md
Successfully merging a pull request may close this issue.
Search terms
tsdoc, eslint-plugin-tsdoc, eslint
Expected Behavior
We should be able to use the
tsdoc.json
defined bytypedoc
for linting witheslint-pluign-tsdoc
.Actual Behavior
We get following error when using this
tsdoc.json
Steps to reproduce the bug
Use following
tsdoc.json
in your project root.Environment
The text was updated successfully, but these errors were encountered: