From c464676714c43bb5cfe33bfa9521e9d8ae02f9da Mon Sep 17 00:00:00 2001 From: Makito Date: Tue, 17 Mar 2026 02:36:57 +0900 Subject: [PATCH] fix(eslint): skip the symbolic link CLAUDE.md --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index c4cb2065a..ada0eabb8 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -27,6 +27,7 @@ export default defineConfig({ 'crates/**', '**/drizzle/**', '**/.astro/**', + 'CLAUDE.md', // Skip the symbolic link ], }, { rules: {