Add prettier config
.prettierrc New file @@ -0,0 +1,6 @@ { "printWidth": 100, "quoteProps": "as-needed", "trailingComma": "all", "tabWidth": 2 }