diff --git a/.eslintrc.json b/.eslintrc.json index 1f9b84a7..0df490d4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,10 @@ "commonjs": true, "jasmine": true }, + "parserOptions": { + "ecmaVersion": 6, + "sourceType": "module" + }, "extends": "eslint:recommended", "rules": { "linebreak-style": [ @@ -19,4 +23,4 @@ "always" ] } -} \ No newline at end of file +}