star7th 4 years ago
parent
commit
d94f9b4370
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/.prettierrc.json

+ 1 - 1
web_src/.prettierrc.json

@@ -1,5 +1,5 @@
 {
     "singleQuote": true,
-    "trailingComma": "es6",
+    "trailingComma": "none",
     "semi": false
 }