-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
Description
Expected behavior
{
code: `
interface quux {
checked?: boolean
}
`,
errors: [
{
message: 'Missing JSDoc @description declaration.',
},
],
options: [
{
contexts: [
'TSPropertySignature',
],
descriptionStyle: 'tag',
},
],
parser: require.resolve('@typescript-eslint/parser'),
},Actual behavior
This passes even though checked doesn't have a description.
ESLint Config
ESLint sample
// Format code using Markdown code blocksEnvironment
- Node version:
- ESLint version
eslint-plugin-jsdocversion: