|
94 | 94 |
|
95 | 95 | // Produce warnings when something is commented as TODO or FIXME
|
96 | 96 |
|
97 |
| - // "no-warning-comments": [ "warn", { |
98 |
| - // "terms": [ "TODO", "FIXME" ], |
99 |
| - // "location": "start" |
100 |
| - // }], |
| 97 | + "no-warning-comments": [ "warn", { |
| 98 | + "terms": [ "TODO", "FIXME" ], |
| 99 | + "location": "start" |
| 100 | + }], |
101 | 101 | // "no-with": "warn",
|
102 | 102 | // "radix": "warn",
|
103 | 103 | // "vars-on-top": "error",
|
|
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