Linters and Formatters
Linters improve code quality by enforcing rules for style and composition, making code easier to read and review.
- Ethlint - Yet another Solidity linting.
- Solhint - A linter for Solidity that provides both Security and Style Guide validations.
- Prettier + Solidity Plugin - Prettier enforces basic style conventions in your code.