chore: allow modern es syntax

This commit is contained in:
Thijs Louisse 2022-03-15 16:59:49 +01:00 committed by Thijs Louisse
parent d46b989444
commit 594718c542

View file

@ -8,6 +8,9 @@ module.exports = {
'no-await-in-loop': 'off', 'no-await-in-loop': 'off',
'import/no-unresolved': 'off', // eslint not smart enough atm to understand package exports maps 'import/no-unresolved': 'off', // eslint not smart enough atm to understand package exports maps
}, },
parserOptions: {
ecmaVersion: 'latest',
},
}, },
{ {
files: [ files: [