From 8150896242da748cff1f0cea1e57eab0f44cc869 Mon Sep 17 00:00:00 2001 From: William Lachance Date: Wed, 24 Aug 2016 12:33:05 -0400 Subject: [PATCH] Bug 1297722 - Allow ES6 features to pass eslint (#1806) --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index abc1920cd..0d42c3eb9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,7 +1,8 @@ { "root": true, "env": { - "browser": true + "browser": true, + "es6": true }, "extends": "eslint:recommended", "rules": {