mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-28 03:03:45 +00:00
🎨 replace prettier with oxfmt
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
"arrowParens": "always",
|
||||
"ignorePatterns": [
|
||||
"node_modules",
|
||||
".yarn",
|
||||
".history",
|
||||
"coverage",
|
||||
"**/build/**",
|
||||
"**/dist/**",
|
||||
".docusaurus",
|
||||
"*.svg",
|
||||
"pnpm-lock.yaml",
|
||||
"CITATION.cff",
|
||||
"/*.md",
|
||||
"*.yml",
|
||||
"*.yaml",
|
||||
".github/",
|
||||
"assets/",
|
||||
"nonebot/",
|
||||
"packages/nonebot-plugin-docs/",
|
||||
"scripts/",
|
||||
"tests/",
|
||||
"pyproject.toml",
|
||||
"uv.lock",
|
||||
"website/versions.json",
|
||||
"website/versioned_docs/",
|
||||
"website/versioned_sidebars/*.json",
|
||||
"website/docs/tutorial/application.mdx"
|
||||
],
|
||||
"insertFinalNewline": true,
|
||||
"printWidth": 80,
|
||||
"singleQuote": false,
|
||||
"sortPackageJson": false,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
Reference in New Issue
Block a user