cse110-fa22-group29/specs/adrs/111222-jslinting-eslint.md

20 lines
365 B
Markdown
Raw Permalink Normal View History

# Use eslint for JS linting framework
- Status: accept
- Deciders: Arthur Lu, Marc Reta
- Date: 11 / 12 / 22
## Decision Drivers
- Need linting to work with multiple style standards
- Need linting to be fast and informative
## Considered Options
- JSLint
- eslint
## Decision Outcome
Chosen Option: eslint for its low configuration complexity.