diff --git a/.eslintrc.json b/.eslintrc.json index 432726b..7dab201 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,7 @@ "node/no-extraneous-import": "off", "no-empty": "off", "node/no-extraneous-require": "off", + "node/no-unpublished-import": "off", "eqeqeq": "off", "node/no-unsupported-features/node-builtins": "off", "@typescript-eslint/ban-types": "off",