Merge pull request #592 from ariporad/patch-1

[rules: es6] enable restParams
This commit is contained in:
Jordan Harband
2015-11-26 00:55:51 -06:00

View File

@@ -15,6 +15,7 @@ module.exports = {
'objectLiteralDuplicateProperties': false,
'objectLiteralShorthandMethods': true,
'objectLiteralShorthandProperties': true,
'restParams': true,
'spread': true,
'superInFunctions': true,
'templateStrings': true,