chore: 迁移 lint/format 工具链 ESLint+Prettier → oxlint+oxfmt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"*.{ts,tsx}": ["eslint --fix"],
|
||||
"*.{md,json,yaml,yml}": ["prettier --write"]
|
||||
"*.{ts,tsx,js,jsx}": ["oxlint --fix", "oxfmt"],
|
||||
"*.{md,json,yaml,yml}": ["oxfmt"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user