flake8
passed.
JSHint
passed.
Review Request #13382 — Created Oct. 26, 2023 and discarded
This is here to facilitate our discussion about potentially adopting
auto-formatting for our codebase. This change usesprettierto format
thecommondirectory in our JavaScript code, with the following
settings:"prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 4 }I admit that there are decisions that
prettiermakes that bother me a
bit more than the ones inblackfor Python code. That said, I don't
see anything that I'd consider a deal-breaker, and I still think it may
be an overall productivity win.
| Summary | ID |
|---|---|
| 9704370faecbd5bf4a411a773a11fbd2ed573c96 |