This commit is contained in:
cupcakearmy 2020-06-24 11:00:47 +02:00
parent dc76231f14
commit 0895d38a59
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 7 additions and 0 deletions

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}