Parcourir la source

Updated prettier settings to reflect new features.

Eugene Lazutkin il y a 5 ans
Parent
commit
0701bf03a6
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  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"
 }