prettier rc file.

This commit is contained in:
2021-05-20 10:02:09 +02:00
parent 783373da22
commit 9f3b3777d9

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"printWidth": 100,
"quoteProps": "consistent",
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"useTabs": true
}