This commit is contained in:
2020-09-14 15:21:19 +02:00
parent b35309370b
commit 5a0c42e1f0
2 changed files with 12 additions and 1 deletions

8
.prettierrc Normal file
View File

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