diff --git a/.eslintrc.js b/.eslintrc.js index 0536a49192e..d33541efab5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -39,6 +39,12 @@ module.exports = { version: '>=16', }, ], + 'n/no-unsupported-features/es-builtins': [ + 'error', + { + version: '>=16', + }, + ], 'n/no-unsupported-features/es-syntax': [ 'error', {