cse110-fa22-group29/specs/adrs/111422-csslinting-stylelint.md

20 lines
384 B
Markdown
Raw Normal View History

2022-11-14 09:05:58 +00:00
# Use Stylelint for CSS linting framework
- Status: accept
- Deciders: Arthur Lu, Marc Reta
- Date: 11 / 14 / 22
2022-11-14 09:05:58 +00:00
## Decision Drivers
- Need linting to work with multiple style standards
- Need linting to be fast and informative
2022-11-14 09:05:58 +00:00
## Considered Options
- Stylelint
- Prettier
2022-11-14 09:05:58 +00:00
## Decision Outcome
Chosen Option: Stylelint for its easy installation and unopinionated.