This commit is contained in:
2020-06-24 11:00:47 +02:00
parent dc76231f14
commit 0895d38a59

7
.prettierrc Normal file
View File

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