@crescware/eslint-plugin-crescware-iteration-var-names
v0.0.3
Published
ESLint plugin that bans thoughtless single-character variables in iteration contexts.
Readme
@crescware/eslint-plugin-crescware-iteration-var-names
ESLint plugin that bans thoughtless single-character variables in iteration contexts.
Stack
- Runtime: Node.js 24 (via mise)
- Package manager: pnpm (via corepack)
- Language: TypeScript (native preview)
- Test: Vitest
- Lint: oxlint
- Format: oxfmt
- Unused code: Knip
Setup
mise install
corepack enable
pnpm installScripts
| Command | Description |
| ------------------ | ---------------------------------------- |
| pnpm check | Run all checks (types, lint, knip, test) |
| pnpm check:types | Type check |
| pnpm check:lint | Lint and format check |
| pnpm check:knip | Unused files/exports check |
| pnpm test | Run tests |
| pnpm format | Fix lint and format |
