Browse Source

clean prettier

Alejandro Toledo 5 years ago
parent
commit
8cd3c19e04
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .prettierrc

+ 1 - 2
.prettierrc

@@ -1,6 +1,5 @@
 {
     "trailingComma": "es5",
     "tabWidth": 4,
-    "printWidth": 120,
-    "jsxBracketSameLine": true
+    "printWidth": 300
 }