From d318ee19303c6815fbccc8d0c9a4ceec8373be84 Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Mon, 8 Nov 2021 10:28:09 +0100 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 66ca2db9..e6096b1b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -63,7 +63,9 @@ module.exports = { rules: { // with ci, instrumented is not created before linter "import/no-unresolved": [ 2, { ignore: [ 'instrumented' ] } ], - "node/no-missing-import": 0 + "node/no-missing-import": 0, + "node/no-unpublished-import": 0, + "node/no-unpublished-require": 0 } }, {