chore(config): 更新格式化和 lint 配置,格式化部分文件
This commit was merged in pull request #10.
This commit is contained in:
@@ -1,23 +1,17 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
||||
"plugins": null,
|
||||
"plugins": [
|
||||
"eslint",
|
||||
"unicorn",
|
||||
"vue",
|
||||
"typescript",
|
||||
"jsdoc",
|
||||
"promise",
|
||||
"vitest"
|
||||
],
|
||||
"categories": {},
|
||||
"rules": {},
|
||||
"settings": {
|
||||
"jsx-a11y": {
|
||||
"polymorphicPropName": null,
|
||||
"components": {},
|
||||
"attributes": {}
|
||||
},
|
||||
"next": {
|
||||
"rootDir": []
|
||||
},
|
||||
"react": {
|
||||
"formComponents": [],
|
||||
"linkComponents": [],
|
||||
"version": null,
|
||||
"componentWrapperFunctions": []
|
||||
},
|
||||
"jsdoc": {
|
||||
"ignorePrivate": false,
|
||||
"ignoreInternal": false,
|
||||
@@ -37,4 +31,4 @@
|
||||
},
|
||||
"globals": {},
|
||||
"ignorePatterns": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user