Merge pull request #119 from aidenybai/add-prettier

Add prettier config
This commit is contained in:
Jacky Zhao 2022-05-02 12:06:57 -04:00 committed by GitHub
commit 66304da027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}