Browse Source

chore: fix biome config

pull/11527/head
afc163 9 months ago
parent
commit
bbe47a8edc
  1. 2
      .lintstagedrc
  2. 1
      biome.json

2
.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" "npx @biomejs/biome check --write"
] ]
} }

1
biome.json

@ -5,7 +5,6 @@
"includes": [ "includes": [
"**/*", "**/*",
"!**/.umi/**", "!**/.umi/**",
"**/*.md",
"!**/.umi-production/**", "!**/.umi-production/**",
"!**/.umi-test/**", "!**/.umi-test/**",
"!**/.umi-test-production/**", "!**/.umi-test-production/**",

Loading…
Cancel
Save