diff --git a/.eslintrc.json b/.eslintrc.json index 519a48447..d7476db86 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,11 +1,11 @@ { "env": { - "es6": true, - "node": true + "node": true, + "es6": true }, "extends": "eslint:recommended", "parserOptions": { - "ecmaVersion": 2017 + "ecmaVersion": 8 }, "rules": { "indent": [ @@ -26,4 +26,4 @@ ], "no-console": "off" } -} \ No newline at end of file +}