Use semi: false for prettier config

This commit is contained in:
Aiden Bai 2022-05-02 08:57:25 -07:00
parent 42cb28afb8
commit 7cc9974f93

View File

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