TIL: Html + ERB = HERB ❤️
A developer discovered the HERB project, a gem that provides a powerful linter for ERB templates, similar to Rubocop. HERB can be installed with 'gem install herb' and used with 'bundle exec herb analyze'. It has many built-in rules and allows custom rule creation in JavaScript. This can improve tooling and code quality in ERB template projects. Consider using HERB for ERB template linting and improvement.