Format *.md files with prettier

The `npm run format` command now matches
the husky `lint-staged`-commands.

Also upgraded to prettier v3.
This commit is contained in:
Jakob Linskeseder
2023-07-29 21:58:42 +02:00
committed by Jay Linski
parent f202c501a3
commit 9413ea99ce
12 changed files with 117 additions and 117 deletions
+1 -3
View File
@@ -5,7 +5,5 @@ Before filing issues, please check the following points first:
- [ ] Read the FAQ at https://github.com/handlebars-lang/handlebars.js/blob/master/FAQ.md
- [ ] Use the jsfiddle-template at https://jsfiddle.net/4nbwjaqz/4/ to reproduce problems or bugs
This will probably help you to get a solution faster.
This will probably help you to get a solution faster.
For bugs, it would be great to have a PR with a failing test-case.
+1 -1
View File
@@ -9,4 +9,4 @@ Generally we like to see pull requests that
- [ ] Have tests
- [ ] Have the [typings](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) (lib/handlebars.d.ts) updated on every API change. If you need help, updating those, please mention that in the PR description.
- [ ] Don't significantly decrease the current code coverage (see coverage/lcov-report/index.html)
- [ ] Currently, the `4.x`-branch contains the latest version. Please target that branch in the PR.
- [ ] Currently, the `4.x`-branch contains the latest version. Please target that branch in the PR.