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 } }, {