Selaa lähdekoodia

上传新文件

c c 1 vuosi sitten
sitoutus
e193c9374b
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      .prettierrc

+ 10 - 0
.prettierrc

@@ -0,0 +1,10 @@
+{
+    "printWidth": 200,
+    "eslintIntegration": false,
+    "stylelintIntegration": true,
+    "tabWidth": 2,
+    "semi": true,
+    "singleQuote": true,
+    "bracketSpacing": true,
+    "arrowParens": "avoid"
+}