|
11 | 11 | "mdast.js",
|
12 | 12 | "mdast.min.js"
|
13 | 13 | ],
|
14 |
| - "plugins": [ |
15 |
| - "jscs-jsdoc" |
16 |
| - ], |
17 | 14 | "jsDoc": {
|
18 | 15 | "checkAnnotations": "jsdoc3",
|
19 | 16 | "checkParamNames": true,
|
20 |
| - "requireParamTypes": true, |
| 17 | + "checkRedundantAccess": true, |
21 | 18 | "checkRedundantParams": true,
|
22 |
| - "checkReturnTypes": true, |
23 | 19 | "checkRedundantReturns": true,
|
24 |
| - "requireReturnTypes": true, |
| 20 | + "checkReturnTypes": true, |
25 | 21 | "checkTypes": "strictNativeCase",
|
26 |
| - "checkRedundantAccess": true, |
27 | 22 | "enforceExistence": true,
|
28 |
| - "requireHyphenBeforeDescription": true |
| 23 | + "requireHyphenBeforeDescription": true, |
| 24 | + "requireNewlineAfterDescription": true, |
| 25 | + "requireParamTypes": true, |
| 26 | + "requireReturnTypes": true |
29 | 27 | },
|
30 | 28 | "requireCurlyBraces": [
|
31 | 29 | "if",
|
|
131 | 129 | "with"
|
132 | 130 | ],
|
133 | 131 | "disallowMultipleLineStrings": true,
|
| 132 | + "disallowMultipleLineBreaks": true, |
134 | 133 | "validateLineBreaks": "LF",
|
135 | 134 | "validateQuoteMarks": "'",
|
136 | 135 | "disallowMixedSpacesAndTabs": true,
|
|
144 | 143 | "requireCapitalizedConstructors": true,
|
145 | 144 | "safeContextKeyword": "self",
|
146 | 145 | "requireDotNotation": true,
|
147 |
| - "disallowYodaConditions": true, |
148 |
| - "validateJSDoc": { |
149 |
| - "checkParamNames": true, |
150 |
| - "checkRedundantParams": true, |
151 |
| - "requireParamTypes": true |
152 |
| - } |
| 146 | + "disallowYodaConditions": true |
153 | 147 | }
|
0 commit comments