File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,12 @@ Finally, enable all of the rules that you would like to use.
56
56
" jsdoc/check-values" : 1 , // Recommended
57
57
" jsdoc/empty-tags" : 1 , // Recommended
58
58
" jsdoc/implements-on-classes" : 1 , // Recommended
59
+ " jsdoc/informative-docs" : 1 ,
59
60
" jsdoc/match-description" : 1 ,
60
61
" jsdoc/multiline-blocks" : 1 , // Recommended
61
62
" jsdoc/newline-after-description" : 1 , // Recommended
62
63
" jsdoc/no-bad-blocks" : 1 ,
64
+ " jsdoc/no-blank-block-descriptions" : 1 ,
63
65
" jsdoc/no-defaults" : 1 ,
64
66
" jsdoc/no-missing-syntax" : 1 ,
65
67
" jsdoc/no-multi-asterisks" : 1 , // Recommended
Original file line number Diff line number Diff line change @@ -130,10 +130,12 @@ Finally, enable all of the rules that you would like to use.
130
130
"jsdoc/check-values": 1, // Recommended
131
131
"jsdoc/empty-tags": 1, // Recommended
132
132
"jsdoc/implements-on-classes": 1, // Recommended
133
+ "jsdoc/informative-docs": 1,
133
134
"jsdoc/match-description": 1,
134
135
"jsdoc/multiline-blocks": 1, // Recommended
135
136
"jsdoc/newline-after-description": 1, // Recommended
136
137
"jsdoc/no-bad-blocks": 1,
138
+ "jsdoc/no-blank-block-descriptions": 1,
137
139
"jsdoc/no-defaults": 1,
138
140
"jsdoc/no-missing-syntax": 1,
139
141
"jsdoc/no-multi-asterisks": 1, // Recommended
You can’t perform that action at this time.
0 commit comments