🎨chore: 使用 oxlint, oxfmt&格式化代码
This commit is contained in:
16
.oxfmtrc.json
Normal file
16
.oxfmtrc.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
"singleQuote": true,
|
||||
"jsxSingleQuote": true,
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
"bracketSpacing": true,
|
||||
"semi": false,
|
||||
"trailingComma": "es5",
|
||||
"vueIndentScriptAndStyle": false,
|
||||
"bracketSameLine": false,
|
||||
"singleAttributePerLine": true,
|
||||
"experimentalSortPackageJson": false,
|
||||
"ignorePatterns": []
|
||||
}
|
||||
Reference in New Issue
Block a user