Add .prettierrc file

Should be used in all environments for consistency
This commit is contained in:
Stephan
2021-10-14 14:44:53 +02:00
parent a46c10018d
commit 5e9fb04632
+10
View File
@@ -0,0 +1,10 @@
{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always"
}