diff --git a/.eslintrc b/.eslintrc index f0599148a75..97a896d7a77 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,7 +6,9 @@ "browser": true, "builtin": true }, - "ecmaVersion": 7, + "parserOptions": { + "ecmaVersion": 7 + }, "globals": {"Ember":true, "jQuery":true,