Skip to content

Commit 1541598

Browse files
committed
Merge pull request johnpapa#469 from johnpapa/fix/jsdoc-update
jsdoc updated for v2. imitted strict enforcement, but its a good idea
2 parents 2de58e5 + a44b134 commit 1541598

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,9 +2712,12 @@ Unit testing helps maintain clean code, as such I included some of my recommenda
27122712
"disallowSpacesInsideArrayBrackets": "all",
27132713
"disallowSpacesInsideParentheses": true,
27142714

2715-
"validateJSDoc": {
2715+
"jsDoc": {
2716+
"checkAnnotations": true,
27162717
"checkParamNames": true,
2717-
"requireParamTypes": true
2718+
"requireParamTypes": true,
2719+
"checkReturnTypes": true,
2720+
"checkTypes": true
27182721
},
27192722

27202723
"disallowMultipleLineBreaks": true,

0 commit comments

Comments
 (0)