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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user