Skip to content

Commit ac82842

Browse files
committed
Add rest params to es6 supported list
1 parent efddc3c commit ac82842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"objectLiteralDuplicateProperties": true,
1717
"objectLiteralShorthandMethods": true,
1818
"objectLiteralShorthandProperties": true,
19+
"restParams": true,
1920
"spread": true,
2021
"templateStrings": true
2122
},

0 commit comments

Comments
 (0)