Molybdomancy currently is only failing one HTML rule.
Unfortunately, there's no way to avoid this failure - the linter doesn't like how a particular HTML component is named. To fix this, I have added a .htmlhintrc config file at the top of the repository and specified to the linter to ignore the rule tagname-lowercase.
Molybdomancy currently is only failing one HTML rule.
Unfortunately, there's no way to avoid this failure - the linter doesn't like how a particular HTML component is named. To fix this, I have added a
.htmlhintrc
config file at the top of the repository and specified to the linter to ignore the ruletagname-lowercase
.For the moment, this closes #87