diff --git a/.eslintrc.json b/.eslintrc.json index 51bc569f1..74b90753c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -15,6 +15,12 @@ "capitalized-comments": "off", "default-param-last": "off", "padding-line-between-statements": "off", + "n/no-missing-import": [ + "error", + { + "allowModules": ["@inquirer/figures"] + } + ], "no-eq-null": "off", "no-restricted-imports": [ "error",