Configures prettier formatting further

This commit is contained in:
Trenton Holmes 2022-03-11 10:32:25 -08:00
parent 8a5176e593
commit 6c2cc4cf50

View File

@ -30,6 +30,9 @@ repos:
rev: "v2.5.1"
hooks:
- id: prettier
args:
- "--no-semi"
- "--single-quote"
types_or:
- javascript
- ts