Explorar el Código

Updated prettier settings to reflect new features.

Eugene Lazutkin hace 5 años
padre
commit
0701bf03a6
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      .prettierrc

+ 4 - 2
.prettierrc

@@ -1,5 +1,7 @@
 {
-  "printWidth": 120,
+  "printWidth": 160,
   "singleQuote": true,
-  "bracketSpacing": false
+  "bracketSpacing": false,
+  "arrowParens": "avoid",
+  "trailingComma": "none"
 }