Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v20.3.0
20.3.0 (2020-01-11)
Features
no-bad-blocks
: add rule to check for multi-line-style comments which fail to meet criteria of a jsdoc block (4ce07d1)
v20.2.0
20.2.0 (2020-01-11)
Features
no-defaults
: add new rule to reports defaults on [@param](https://github.com/param)
or [@default](https://github.com/default)
and optionally report optional args; fixes #477 (d7fec9a)
v20.1.0
20.1.0 (2020-01-11)
Features
require-hyphen-before-param-description
: add option to support checking property
/prop
(1383c02)
v20.0.5
20.0.5 (2020-01-08)
Performance Improvements
check-examples
: avoid caching unused config (6cbf286)
v20.0.4
20.0.4 (2020-01-08)
Bug Fixes
no-types
, require-param
: fixable
meta should be code
not true
(b0aed65)
require-file-overview
: omit fixable
meta on non-fixable rule (efddc1c)
v20.0.3
20.0.3 (2020-01-07)
Bug Fixes
check-property-names
: check duplicate nested names (1c31782)
v20.0.2
20.0.2 (2020-01-07)
Bug Fixes
check-param-names
: check duplicate nested names; fixes #474 (c51d616)
v20.0.1
20.0.1 (2020-01-07)
Bug Fixes
require-jsdoc
: handle spread elements in typescript-eslint/parser; for #378 (3e8ea59)
v20.0.0
20.0.0 (2020-01-02)
Features
check-examples
: apply rules by default as if on current JavaScript file (though with md
extension for easier automated overriding); fixes #434 (976cfc1)
refactoring
check-examples
: rename eslintrcForExamples
to checkEslintrc
; also ensure matchingFileName
always triggers config retrieval (5a85f0f)
BREAKING CHANGES
check-examples
: This commit also clarifies new precedence and behavior in docs.
v19.2.0
19.2.0 (2019-12-31)
Features
require-file-overview
: allow user to specify whether checking for tag, duplicates, or preceding non-comments, and for which tags (f6e467e)