mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
20 lines
371 B
Markdown
20 lines
371 B
Markdown
# Use Stylelint for CSS 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
|
|
|
|
- Stylelint
|
|
- Prettier
|
|
|
|
## Decision Outcome
|
|
|
|
Chosen Option: Stylelint for its easy installation and unopinionated.
|