Ver código fonte

add .prettierrc

iou90 4 anos atrás
pai
commit
527fb01326
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      .prettierrc

+ 4
- 0
.prettierrc Ver arquivo

@@ -0,0 +1,4 @@
1
+{
2
+  "printWidth": 120,
3
+  "singleQuote": true
4
+}