Thursday, 31st December 2020
TIL
Using Prettier to check JavaScript code style in GitHub Actions
— I [decided](https://github.com/simonw/datasette/issues/1166) to adopt [Prettier](https://prettier.io/) as the JavaScript code style for Datasette, based on my success with [Black](https://github.com/psf/black) for Python code.