Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:38 +08:00
commit 7c2eac6fbf
10 changed files with 369 additions and 0 deletions

10
commands/linter.md Normal file
View File

@@ -0,0 +1,10 @@
# Linter
Run the linter tool bash command for this project and fix all the issues found
## Instructions
- Find out what the linter tool is for this project. Check in these files:
Makefile, pyproject.toml, package.json
- Run the linter tool command
- Fix the reported linter or type errors