diff --git a/.eslintrc.json b/.eslintrc.json index 27d428521..7d7188dc6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -36,6 +36,7 @@ "no-undef": "off", "no-unused-vars": "off", "n/no-missing-import": "off", + "n/no-missing-require": "off", "@typescript-eslint/no-unused-vars": "error" } },