fix(eslint): accept Node 16 ES sytaxes in tests

This commit is contained in:
Julien Fontanet
2024-09-23 18:02:54 +02:00
parent 19067f7f6c
commit 28709b660e

View File

@@ -39,6 +39,12 @@ module.exports = {
version: '>=16',
},
],
'n/no-unsupported-features/es-builtins': [
'error',
{
version: '>=16',
},
],
'n/no-unsupported-features/es-syntax': [
'error',
{