From 55e50e8faa68d5745e3666c257b23e4a2b89cc65 Mon Sep 17 00:00:00 2001 From: Scott <2660603+ShoGinn@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:10:05 -0400 Subject: [PATCH] refactor: add .astro to ignore --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index f69c1e8..3961a84 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -54,6 +54,6 @@ export default [ }, }, { - ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts'], + ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts', '.astro'], }, ];