chore: prettier

This commit is contained in:
velzie 2024-07-17 20:16:02 -04:00
parent bd08461dbe
commit 4f3fe2813e
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
6 changed files with 26 additions and 22 deletions

View file

@ -2,7 +2,7 @@
* @type {import("prettier").Config}
*/
const config = {
trailingComma: "es6",
trailingComma: "es5",
useTabs: true,
semi: true,
singleQuote: false,