fizzylint v0.1.4 is a minimal JavaScript and TypeScript lint CLI focused on common code quality issues with safe autofixes. It checks for loose equality, var declarations, console/debugger statements, duplicate imports, trailing whitespace, empty blocks, TODO/FIXME comments, let-to-const opportunities, and explicit any in TypeScript. Unlike ESLint, it requires zero configuration and runs fast using heuristic-driven parsing. The CLI supports stdin, JSON output, quiet mode, file extension filtering, and max-warnings threshold. Ideal for quick ad-hoc linting without setup overhead.
npm install fizzylintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Lint all JS/TS files in src/ directory with JSON output and disabled color.
Cross-check with ESLint for critical codebases.
Provide --stdin-filename with a file name (e.g., --stdin-filename src/example.ts).
Expect potential breaking changes before stable release.
Use --json for JSON output instead.
Verify file paths and extensions.
Add --stdin-filename <name> with the file to lint.