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
If method signature and documentation are mismatched, show warning.
export default class Foo { /** * @param {number} x */ method(p){} }
If we does not want to lint, set false to config.lint.
false
config.lint
FYI: ESLint Validate JSDoc
The text was updated successfully, but these errors were encountered:
feat(lint): implement lint
2ea37b2
#103
test(lint): add test
2793f36
No branches or pull requests
If method signature and documentation are mismatched, show warning.
If we does not want to lint, set
false
toconfig.lint
.FYI: ESLint Validate JSDoc
The text was updated successfully, but these errors were encountered: