I’m excited to announce the first release of lintoko
, an extensible linter for Motoko.
lintoko
helps Motoko developers write cleaner, more consistent code for IC applications. Built on tree-sitter, it offers syntactic linting with fully customizable rules defined through simple TOML configuration files.
Highlights:
- Extensible rule system for custom code standards
- tree-sitter powered parsing for accurate analysis
- Simple CLI integration for any development workflow
- Works with single files, directories, or entire projects
Get started: GitHub - dfinity/lintoko: A extensible linter for Motoko