Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit e1907de

Browse files
mrjoelkempJoel Kemp
authored andcommitted
Presets: Remove use of outdated validateJSDoc rule
The rule has a bug that prevents ordinary use of docblocks claiming that a param type is incorrect. It's better to use the actual jscs-jsdoc plugin. Fixes #778 Closes gh-982
1 parent 37a65de commit e1907de

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

presets/google.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@
5959
"disallowSpacesInsideArrayBrackets": "all",
6060
"disallowSpacesInsideParentheses": true,
6161

62-
63-
"validateJSDoc": {
64-
"checkParamNames": true,
65-
"requireParamTypes": true
66-
},
67-
6862
"disallowMultipleLineBreaks": true,
6963
"disallowNewlineBeforeBlockStatements": true
7064
}

presets/yandex.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@
8585
"disallowSpacesInsideObjectBrackets": true,
8686
"disallowQuotedKeysInObjects": true,
8787

88-
"validateJSDoc": {
89-
"checkParamNames": true,
90-
"requireParamTypes": true
91-
},
92-
9388
"maximumLineLength": {
9489
"value": 120,
9590
"allowUrlComments": true

0 commit comments

Comments
 (0)