From caf0eb3762677278a78b1b767b93b2ad2ce759ef Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 24 Oct 2022 11:10:16 +0200 Subject: [PATCH] chore(eslint): accepts Node 16 features in tests --- .eslintrc.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8a0539c58c..0a20b80eef 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,12 +32,6 @@ module.exports = { rules: { 'n/no-unpublished-require': 'off', 'n/no-unpublished-import': 'off', - }, - }, - { - files: ['*.spec.{,c,m}js'], - excludedFiles: ['@vates/nbd-client', '@vates/otp'], - rules: { 'n/no-unsupported-features/node-builtins': [ 'error', {