diff --git a/.eslintrc.js b/.eslintrc.js index 2c8da7ff84..3456ab0865 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,6 +5,9 @@ module.exports = { es6: true, node: true }, + parserOptions: { + ecmaVersion: 2020 + }, plugins: ['ghost'], extends: [ 'plugin:ghost/node'