From 3388d70d9617127acfe6c235731e1f2440d96270 Mon Sep 17 00:00:00 2001 From: emil Date: Fri, 15 May 2026 18:10:19 +0300 Subject: [PATCH] chore(lint): add debug-open5e.mjs to ESLint ignores Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 85eb659..6d30944 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -4,7 +4,7 @@ import astro from "eslint-plugin-astro"; import globals from "globals"; export default [ - { ignores: ["dist/**", ".astro/**", "node_modules/**", "src/env.d.ts"] }, + { ignores: ["dist/**", ".astro/**", "node_modules/**", "src/env.d.ts", "debug-open5e.mjs"] }, js.configs.recommended, ...tseslint.configs.recommended, ...astro.configs.recommended,