summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-01 22:01:36 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-01 22:01:41 -0500
commitac82842cb63858a5e95ff9c7a9330acdf0f7b836 (patch)
treef12cfa0c670982932bb590b5fffcfb8b723b4a8f
parentefddc3c09cacd6719a8206eeb3787a0c3aabb174 (diff)
downloadhandlebars.js-ac82842cb63858a5e95ff9c7a9330acdf0f7b836.zip
handlebars.js-ac82842cb63858a5e95ff9c7a9330acdf0f7b836.tar.gz
handlebars.js-ac82842cb63858a5e95ff9c7a9330acdf0f7b836.tar.bz2
Add rest params to es6 supported list
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 253a1bb..c1c00d0 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -16,6 +16,7 @@
"objectLiteralDuplicateProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
+ "restParams": true,
"spread": true,
"templateStrings": true
},