From 594718c5424c6544e21a39f6549a3cb53728cefc Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Tue, 15 Mar 2022 16:59:49 +0100 Subject: [PATCH] chore: allow modern es syntax --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index a76158027..78a316bd6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,6 +8,9 @@ module.exports = { 'no-await-in-loop': 'off', 'import/no-unresolved': 'off', // eslint not smart enough atm to understand package exports maps }, + parserOptions: { + ecmaVersion: 'latest', + }, }, { files: [