Przeglądaj źródła

:gear: added a prettier format config

tags/0.9.0
j 4 lat temu
rodzic
commit
7939f94c53
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8
    0
      vue-theme/package.json

+ 8
- 0
vue-theme/package.json Wyświetl plik

@@ -64,5 +64,13 @@
64 64
     "plugins": [
65 65
       "@babel/plugin-syntax-dynamic-import"
66 66
     ]
67
+  },
68
+  "prettier": {
69
+    "trailingComma": "all",
70
+    "tabWidth": 4,
71
+    "semi": false,
72
+    "singleQuote": true,
73
+    "bracketSpacing": true,
74
+    "arrowParens": "avoid"
67 75
   }
68 76
 }

Ładowanie…
Anuluj
Zapisz