We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5e038 commit d817114Copy full SHA for d817114
1 file changed
index.js
@@ -338,7 +338,7 @@ module.exports = {
338
'no-var': 2,
339
// 'object-shorthand': 0,
340
// 'prefer-arrow-callback': 0,
341
- 'prefer-const': ["error", {"destructuring": "all"}],
+ 'prefer-const': ['error', {'destructuring': 'all'}],
342
// 'prefer-destructuring': 0,
343
// 'prefer-numeric-literals': 0,
344
'prefer-rest-params': 2,
0 commit comments