Lint

Run ESLint to check for code issues. MUST be run automatically before creating any git commit and when finishing a coding task.

celo-org 55703ac 551 B Updated

File contents

Run the project linter:

yarn lint

This skill should be invoked automatically:

  • Before creating any git commit
  • When a coding task is complete (after all edits are done)

If lint errors are found, fix them before proceeding.

IMPORTANT: Always run /prettier in addition to /lint before committing. Both are separate CI checks — running only lint is not enough.

celo-org/celo-mondo/tree/main/.claude/skills/lint commit 55703accc8

Frequently asked questions

npx skillmds@latest add celo-org/lint