11 lines
294 B
Markdown
11 lines
294 B
Markdown
# 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
|