cse110-sp23-group21 / map-my-future

CSE 110 (Software Engineering) Team Project
1 stars 1 forks source link

Disabled "tagname-lowercase" HTML linting rule #89

Closed gilkeidar closed 1 year ago

gilkeidar commented 1 year ago

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.

For the moment, this closes #87