Jlint is a VS Code extension that formats multiple document types through shared rules and language-specific formatters.
src/cores/coordinates formatter selection and execution flowsrc/langs/contains language-specific formatting logicsrc/rules/contains shared cleanup and normalization rulessrc/assets/andsrc/exports/provide shared helpers and barrel exports
- The extension focuses on editor commands rather than a standalone formatter CLI.
- Shared rules are kept separate from language modules to limit coupling.