浏览代码

upd: prettierrc config update

richard1015 5 年之前
父节点
当前提交
4d183e0e74
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .prettierrc

+ 3 - 2
.prettierrc

@@ -3,7 +3,8 @@
   "semi": true,
   "bracketSpacing": true,
   "tabWidth": 2,
-  "printWidth": 150,
+  "printWidth": 300,
   "useTabs": false,
-  "htmlWhitespaceSensitivity": "strict"
+  "htmlWhitespaceSensitivity": "strict",
+  "trailingComma": "none"
 }