So far, the code formatting was not checked by the CI. Now it is. To do so, this commit introduces a new check-format npm command. I did not use the eslint-prettier plugin because the guidance on https://prettier.io/docs/en/integrating-with-linters.html recommends against doing so.
So far, the code formatting was not checked by the CI. Now it is. To do so, this commit introduces a new
check-format
npm command. I did not use theeslint-prettier
plugin because the guidance on https://prettier.io/docs/en/integrating-with-linters.html recommends against doing so.