← ClaudeAtlas

lint-alllisted

Lint the entire project. Use whenever you finish editing to ensure your code is clean and follows best practices.
moosingin3space/sun-api · ★ 0 · Code & Development · score 52
Install: claude install-skill moosingin3space/sun-api
# Linting Note: this guide assumes you are in the root of the project. To lint this project, you should use the Dagger function `lint`: ```bash dagger call lint --source=. ``` ## Per-component linting You can also lint the Cloudflare Worker on its own: ```bash dagger call cf-worker-lint --source=. ```