Use semi: false for prettier config

This commit is contained in:
Aiden Bai 2022-05-02 08:57:25 -07:00
parent a9523dd39b
commit 87144fca21
No known key found for this signature in database
GPG Key ID: D37584388675FF3A
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2
"tabWidth": 2,
"semi": false
}