Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v48.3.0
48.3.0 (2024-06-24)
Bug Fixes
no-undefined-types
: treat variables imported by [@import](https://github.com/import)
tags as defined; fixes #1244 (54ac4fd)
Features
check-values
: checks for valid [@import](https://github.com/import)
syntax (ad31b14)
v48.2.15
Bug Fixes
- Revert "fix(
no-undefined-types
): treat variables imported by [@import](https://github.com/import)
tags as defined"; fixes #1246 (ce066df)
v48.2.14
Bug Fixes
no-undefined-types
: treat variables imported by [@import](https://github.com/import)
tags as defined; fixes #1244 (34ba2e0)
v48.2.12
Bug Fixes
- namespace flat config
name
's (8603579)
v48.2.11
Bug Fixes
- avoid inserting
name
for eslintrc configs; fixes #1239 (c2d5a35)
v48.2.10
Bug Fixes
- add names to flat configs (5429982)
v48.2.9
48.2.9 (2024-06-07)
Bug Fixes
require-description-complete-sentence
: regression with heading exempting; fixes #1220 (fbc9fca)
v48.2.8
48.2.8 (2024-06-05)
Bug Fixes
require-description-complete-sentence
: avoid triggering punctuation warning after Markdown headings; fixes #1220 (e9e4440)