cse110-fa22-group29/specs/adrs/111422-htmllinting-htmlhint.md

20 lines
367 B
Markdown
Raw Normal View History

2022-11-14 08:48:27 +00:00
# Use HTMLhint for HTML linting framework
- Status: accept
- Deciders: Arthur Lu, Marc Reta
- Date: 11 / 14 / 22
## Decision Drivers
- Need linting to work with multiple style standards
- Need linting to be fast and informative
## Considered Options
- HTMLhint
- HTML-validate
## Decision Outcome
Chosen Option: HTMLhint for its low configuration complexity.