Browse Source

chore: drop legacy node version

pull/11496/head
afc163 9 months ago
parent
commit
ae6f418356
  1. 2
      .lintstagedrc
  2. 2
      README.zh-CN.md
  3. 1
      biome.json

2
.lintstagedrc

@ -1,5 +1,5 @@
{
"**/*.{js,jsx,tsx,ts,css,less,json,yml}": [
"**/*.{js,jsx,tsx,ts,md,css,less,json,yml}": [
"npx @biomejs/biome check --write"
]
}

2
README.zh-CN.md

@ -24,7 +24,7 @@ Language : [🇺🇸](./README.md) | 🇨🇳 | [🇷🇺](./README.ru-RU.md) |
## 5.0 已经发布! 🎉🎉🎉
[Ant Design Pro 5.0.0](https://github.com/ant-design/ant-design-pro/issues/8656)
[Ant Design Pro 5.0](https://github.com/ant-design/ant-design-pro/issues/8656)
## 特性

1
biome.json

@ -6,6 +6,7 @@
"**",
".github/**",
"!**/.umi/**",
"**/*.md",
"!**/.umi-production/**",
"!**/.umi-test/**",
"!**/.umi-test-production/**",

Loading…
Cancel
Save