feat: add linter

This commit is contained in:
Sun-ZhenXing
2026-02-19 16:21:45 +08:00
parent 3360ca01a2
commit be71b96317
37 changed files with 3608 additions and 100 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}