lintroll
Opinionated linting for TypeScript, Vue, React, JSON, and Markdown
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core