We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gajus
brettz9
Learn more about funding links in repositories.
Report abuse
no-multi-asterisks
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
no error for single line doc
no-multi-asterisks for single line doc
parser: '@typescript-eslint/parser' parserOptions: project: tsconfig.json extends: - eslint:recommended - plugin:@typescript-eslint/recommended - plugin:@typescript-eslint/recommended-requiring-type-checking - plugin:jsdoc/recommended rules: jsdoc/require-jsdoc: - 1 - require: ClassDeclaration: true FunctionDeclaration: true contexts: - TSMethodSignature - TSInterfaceDeclaration - TSTypeAliasDeclaration - MethodDefinition[ kind=/(method|get)/ ]:has(FunctionExpression) - { context: ClassProperty, inlineCommentBlock: true } - { context: TSInterfaceBody > TSPropertySignature, inlineCommentBlock: true } jsdoc/no-types: 1 jsdoc/require-description: - 1 - contexts: [any] jsdoc/require-param: 0 jsdoc/require-param-type: 0 jsdoc/require-returns: 0 jsdoc/require-returns-check: 0 jsdoc/require-returns-type: 0
/** foo */ function foo(): void { // }
eslint-plugin-jsdoc
The text was updated successfully, but these errors were encountered:
355da58
🎉 This issue has been resolved in version 34.6.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Thanks for the report, and apologies for overlooking that important case!
No branches or pull requests
Expected behavior
no error for single line doc
Actual behavior
no-multi-asterisks
for single line docESLint Config
ESLint sample
Environment
eslint-plugin-jsdoc
version: 34.6.0The text was updated successfully, but these errors were encountered: