With htmlhint 0.9.12, it's possible to load custom rules giving a directory option ``` htmlhint --plugin ./plugins/ --rules test-rule ``` In the next release, this option will be renamed to [rulesdir](https://github.com/yaniswang/HTMLHint/commit/80d1b8cd044acf70736feb3162d6d4b73e815dab) ``` htmlhint --rulesdir ./rules/ --rules test-rule ```
With htmlhint 0.9.12, it's possible to load custom rules giving a directory option
In the next release, this option will be renamed to rulesdir