Aiden Bai
2022-05-02 a9523dd39bf931e491750bb832dd13678e0e0c0d
Add prettier config
1 files added
6 ■■■■■ changed files
.prettierrc 6 ●●●●● patch | view | raw | blame | history
.prettierrc
New file
@@ -0,0 +1,6 @@
{
  "printWidth": 100,
  "quoteProps": "as-needed",
  "trailingComma": "all",
  "tabWidth": 2
}