From 2becc2a770073538349261f651363cbc688b2b53 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 8 Jul 2025 18:36:49 +0800 Subject: [PATCH] chore: fix biome config --- .lintstagedrc | 2 +- biome.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.lintstagedrc b/.lintstagedrc index 895fc35b..1c2023c8 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -1,5 +1,5 @@ { - "**/*.{js,jsx,tsx,ts,md,css,less,json,yml}": [ + "**/*.{js,jsx,tsx,ts,md,css,less,json}": [ "npx @biomejs/biome check --write" ] } diff --git a/biome.json b/biome.json index 8a11edeb..b5e4ed5f 100644 --- a/biome.json +++ b/biome.json @@ -5,7 +5,6 @@ "includes": [ "**/*", "!**/.umi/**", - "**/*.md", "!**/.umi-production/**", "!**/.umi-test/**", "!**/.umi-test-production/**",