From 0b51d4e0b9195a3107c785e755dafd639bf9b8a4 Mon Sep 17 00:00:00 2001 From: RadioMediocre Date: Fri, 7 Jun 2024 16:52:32 -0700 Subject: [PATCH] Update eslint.config.js --- config/eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/eslint.config.js b/config/eslint.config.js index 8ec7eb44..34178e8b 100644 --- a/config/eslint.config.js +++ b/config/eslint.config.js @@ -8,6 +8,6 @@ export default [ }, { - ignores: ["testing/*", "out/*"] + ignores: ["testing/*", "out/*", "js-doc/*"] } ]; \ No newline at end of file