1
0
mirror of https://github.com/falsycat/ar.falsy.cat.git synced 2025-04-30 11:51:55 +00:00

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

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