diff --git a/.eslintrc.json b/.eslintrc.json index 2ae49e9c..e86eb432 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,8 @@ "extends": "eslint:recommended", "env": { "browser": true, - "commonjs": true + "commonjs": true, + "es6": true }, "parser": "babel-eslint", "plugins": [