lint
Original:🇺🇸 English
Translated
Run linting and formatting checks. Use when user asks to "run linter", "/lint", "check linting", "fix lint errors", or requests code linting/formatting.
6installs
Sourcehelderberto/skills
Added on
NPX Install
npx skill4agent add helderberto/skills lintTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Linting
Standard Command
npm run linttsc --noEmit && eslintWorkflow
- Run
npm run lint - For fixes:
npm run lint-fix - Report file:line references
Rules
- Use project's scripts
package.json - Never use directly
npx - Don't auto-fix unless requested