Closed
Description
Dear all,
the prettier in this repository is misconfigured, i.e., it formats the content in /content
weirdly, sometimes breaking stuff. Also, the package.json
and package-lock.json
file are formatted - which is not really required ;)
Formatting the package.json
file, for example, reformats the regex in the npm run prettify
command itself, breaking the command.
Also, for example, all indent-whitespaces are removed and so on..
You can easily verify it by
- pulling the latest
master
branch - run
npm run prettify
- open the
package.json
file