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
View File
@@ -2,4 +2,5 @@ module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
trailingComma: 'es5',
};