From: Colin Marshall Date: Sat, 10 Mar 2018 20:59:53 +0000 (-0700) Subject: Removed duplicate/misplaced ecmaVersion setting X-Git-Tag: v6.6.0~3^2~279^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6819c3e51d7960f0055b9631fda4b65f81b15d6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed duplicate/misplaced ecmaVersion setting --- diff --git a/.eslintrc b/.eslintrc index f4cc06700..f90d6aa19 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,5 +1,4 @@ { - "ecmaVersion": 6, "env": { "browser": true, "builtin": true,