From 7ef322aa84e86a1c5a32014b2871e35482fa2cfd Mon Sep 17 00:00:00 2001 From: Masaki Kobayashi Date: Thu, 19 Feb 2026 23:53:40 +0900 Subject: [PATCH] Apply `typescriptWithBiome` config to files only in `src` --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index fee39989..cd2e14ef 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,7 +8,7 @@ const config = [ }, ...typescriptWithBiome.map((c) => ({ ...c, - ignores: ["dist/**"], + files: ["src/**/*.ts"], })), { languageOptions: {