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/**",