privatenumberprivatenumberCommunityยท1 Agent Skills Included

lintroll

Opinionated linting for TypeScript, Vue, React, JSON, and Markdown

Lints JavaScript, TypeScript, Vue, React, JSON, YAML, and Markdown code blocks with one preconfigured ESLint setup. Auto-fixes style issues like quotes, semicolons, tabs, abbreviations, and import order without manual rule configuration. Runs as a drop-in CLI replacement for ESLint with caching, staged-file, and git-tracked modes to speed up code reviews.
npx skills add privatenumber/lintroll --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install lintroll?โ–ผ

Run `npx skills add privatenumber/lintroll --all -g -y` in your terminal to install this skill globally.

What does lintroll check in my code?โ–ผ

It enforces consistent style across TypeScript, Vue, React, JSON, YAML, and Markdown, covering quotes, indentation, naming, imports, and best practices from 12+ ESLint plugins.

Can lintroll fix issues automatically?โ–ผ

Yes. Run `lintroll . --fix` to auto-correct most style violations, and add `--cache` to only recheck changed files.

Does lintroll work without configuration?โ–ผ

Yes. It works zero-config out of the box and auto-detects Vue, TypeScript, and Node.js projects, with optional overrides via an eslint.config file.

Can I lint only staged or git-tracked files?โ–ผ

Yes. Use `lintroll --staged --fix` for pre-commit hooks or `lintroll --git .` to lint only git-tracked files.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’