chore: allow modern es syntax
This commit is contained in:
parent
d46b989444
commit
594718c542
1 changed files with 3 additions and 0 deletions
|
|
@ -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: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue