|
158 | 158 | // "no-dupe-class-members": "error",
|
159 | 159 | // "no-this-before-super": "error",
|
160 | 160 | // "no-var": "warn",
|
161 |
| - "object-shorthand": [ "warn" ] |
| 161 | + "object-shorthand": [ "warn" ], |
162 | 162 | // "prefer-arrow-callback": "warn",
|
163 | 163 | // "prefer-spread": "warn",
|
164 | 164 | // "prefer-template": "warn",
|
|
211 | 211 | // "padded-blocks": [ "warn", "never" ],
|
212 | 212 | // "quote-props": [ "warn", "consistent-as-needed" ],
|
213 | 213 | // "quotes": [ "warn", "single" ],
|
214 |
| - // "require-jsdoc": [ "warn", { |
215 |
| - // "require": { |
216 |
| - // "FunctionDeclaration": true, |
217 |
| - // "MethodDefinition": true, |
218 |
| - // "ClassDeclaration": false |
219 |
| - // } |
220 |
| - // }], |
| 214 | + "require-jsdoc": [ "warn", { |
| 215 | + "require": { |
| 216 | + "FunctionDeclaration": true, |
| 217 | + "MethodDefinition": true, |
| 218 | + "ClassDeclaration": false |
| 219 | + } |
| 220 | + }] |
221 | 221 | // "semi-spacing": [ "warn", { "before": false, "after": true }],
|
222 | 222 | // "semi": [ "error", "always" ],
|
223 | 223 | // "sort-vars": "off",
|
|
0 commit comments