From 0d17b9028175b720ff14ebac3b33eb905368284d Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Fri, 12 Apr 2024 14:52:23 -0400 Subject: [PATCH] Try to not have to compile app to get eslint to pass (#1389) --- .eslintrc.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",