Herb Linter
Gem: herb-linter
The Herb Linter validates HTML+ERB templates against a set of configurable rules to enforce best practices and catch common errors.
This is the Ruby counterpart of the @herb-tools/linter package.
[!NOTE] This gem is currently an empty placeholder. The implementation lands in a future release.
Installation
bundle add herb-linter
Or install it directly:
gem install herb-linter
Usage
require "herb/linter"
Development
Run bin/setup to install dependencies, then rake test to run the tests. Run bin/console for an interactive prompt.
License
Herb is available as open source under the terms of the MIT License.