init commit

初始提交,无事发生~
This commit is contained in:
2026-05-01 14:35:07 +08:00
commit f3442a1b61
46 changed files with 5751 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["eslint", "typescript", "unicorn", "oxc", "vue"],
"env": {
"browser": true
},
"categories": {
"correctness": "error"
}
}