Moved prettier config

This commit is contained in:
2022-10-14 12:14:44 +02:00
parent bd171a10bf
commit ebf1dd5adc

7
.prettierrc Normal file
View File

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