add prettier requirements and commands,

add prettier ADR,
add prettier action
This commit is contained in:
Arthur Lu
2022-11-29 22:38:22 +00:00
parent fbea45e151
commit e74b3f5597
3 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# Use Prettier for generic style enforcement
- Status: accept
- Deciders: Arthur Lu, Marc Reta
- Date: 11 / 29 / 22
## Decision Drivers
- Other linters (HTML, CSS, JS) are sometimes too permissive
- Need to enforce style on other files like markdown, json
## Considered Options
- Prettier
## Decision Outcome
Chosen Option: Prettier