Lintcn

Type-aware TypeScript lint rules in .lintcn/ Go files. Only load this skill when creating, editing, or debugging rule files. To just run the linter: `npx lintcn lint` (or `--fix`, `--tsconfig <path>`). Finds .lintcn/ by walking up from cwd. First build ~30s, cached ~1s. In monorepos, run from each package folder, not the root. Warnings don't fail CI and only show for git-changed files by default. Use `--all-warnings` to see them across the entire codebase.

remorses 7de1dcc 25.6 KB Updated

File contents

remorses/lintcn/tree/main/skills/lintcn commit 7de1dcc16c

Frequently asked questions

npx skillmds@latest add remorses/lintcn