Add rest params to es6 supported list

This commit is contained in:
kpdecker
2015-08-01 22:01:36 -05:00
parent efddc3c09c
commit ac82842cb6
+1
View File
@@ -16,6 +16,7 @@
"objectLiteralDuplicateProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"restParams": true,
"spread": true,
"templateStrings": true
},