chore(lint): add debug-open5e.mjs to ESLint ignores

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
emil
2026-05-15 18:10:19 +03:00
co-authored by Sisyphus
parent fddc40e967
commit 3388d70d96
+1 -1
View File
@@ -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,