diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
commit | 57545c3a3eda30a1ef6ece10090a6b0fb69a29a7 (patch) | |
tree | aeadf459c76a4bb63789ef9f5991554c11efeecc /package.json | |
parent | bfe708d48f603998a1f2c4cad4a6f9f8683dc18f (diff) |
Add Prettier
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 0a3d018..d765c0e 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "devDependencies": { "eslint": "^8.40.0", "nodemon": "^2.0.22", + "prettier": "^2.8.8", "typescript": "^5.0.4" } } |