Skip to content

Commit

Permalink
fix(eslint): accept Node 16 ES sytaxes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Sep 23, 2024
1 parent 19067f7 commit 28709b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ module.exports = {
version: '>=16',
},
],
'n/no-unsupported-features/es-builtins': [
'error',
{
version: '>=16',
},
],
'n/no-unsupported-features/es-syntax': [
'error',
{
Expand Down

0 comments on commit 28709b6

Please sign in to comment.