diff --git a/.eslintrc.js b/.eslintrc.js index 5537238..1632ede 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,8 @@ module.exports = { extends: ['eslint-config-particle'], parserOptions: { - sourceType: 'module' + sourceType: 'module', + ecmaVersion: 8 }, env: { browser: true, diff --git a/README.md b/README.md index 5b40d49..4dad761 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ All essential commands are available at the root via `npm run