diff --git a/.eslintrc.json b/.eslintrc.json index a92c4e84b..09e42794d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,10 @@ "env": { "browser": true }, + "parserOptions": { + "ecmaVersion": "latest" +}, + "rules": { "comma-dangle": [ "error",