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:
committed by
Jay Linski
parent
f202c501a3
commit
9413ea99ce
@@ -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.
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user