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
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
}