项目文件夹

文件
caorushizi 3a565676e3 chore: migrate from Prettier to oxlint + oxfmt toolchain
Replace Prettier with oxfmt for formatting and expand oxlint config with
full rule categories, React/TS overrides, and per-app config inheritance.
Add husky + lint-staged for pre-commit hooks to incrementally enforce
formatting on changed files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 17:51:09 +08:00

13 行
209 B
JSON

{
"categories": {
"correctness": "warn",
"suspicious": "off",
"perf": "off"
},
"rules": {
"no-console": "off",
"no-unused-vars": "warn",
"typescript/no-explicit-any": "off"
}
}